a1.setBoundName( "c1" );
a1.setFactField( "name" );
a1.setValue( new DTCellValue52( "a1name" ) );
dtable.getActionCols().add( a1 );
LimitedEntryActionInsertFactCol52 a2 = new LimitedEntryActionInsertFactCol52();
a2.setBoundName( "a2" );
a2.setFactType( "Driver" );
a2.setFactField( "name" );
a2.setValue( new DTCellValue52( "a2name" ) );
dtable.getActionCols().add( a2 );
RowExpander re = new RowExpander( dtable,
sce );