NonVisualBeanContainerInfo.get(calendar).getChildren(DataSourceInfo.class).get(0);
// create new DataSourceField
DataSourceFieldInfo dataSourceField =
createJavaInfo("com.smartgwt.client.data.fields.DataSourceBooleanField");
{
FlowContainer flowContainer = new FlowContainerFactory(dataSource, false).get().get(0);
assertTrue(flowContainer.validateComponent(dataSourceField));
flowContainer.command_CREATE(dataSourceField, null);
}
assertEditor(
"public class Test implements EntryPoint {",