use of org.gwtbootstrap3.client.ui.ListBox in project drools-wb by kiegroup.
the class DTCellValueWidgetFactoryTest method testGetWidgetValueList.
@Test
public void testGetWidgetValueList() throws Exception {
insertFactCol52.setValueList("a,b,c");
Widget widget = factory.getWidget(insertFactCol52, cellValue);
assertTrue(widget instanceof ListBox);
}
Aggregations