asf__.setBoundName( "c1" );
asf__.setFactField( "goo" );
asf__.setValueList( "one,two,three" );
dt.getActionCols().add( asf__ );
SuggestionCompletionEngine sce = new SuggestionCompletionEngine();
sce.putDataEnumList( "Driver.name",
new String[]{"bob", "michael"} );
sce.putDataEnumList( "Person.rating",
new String[]{"1", "2"} );
String[] r = dt.getValueList( c1,
sce );
assertEquals( 2,