Interface BeanDataSetDefAttributesEditor
-
- All Superinterfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.BeanDataSetDef>
public interface BeanDataSetDefAttributesEditor extends com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.BeanDataSetDef>The GWT editor contract for the specific attributes of type
org.dashbuilder.dataset.def.BeanDataSetDef.Used to to edit the following sub-set of attributes:
- generatorClass
- paramaterMap
- Since:
- 0.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.dashbuilder.common.client.editor.LeafAttributeEditor<String>generatorClass()org.dashbuilder.common.client.editor.LeafAttributeEditor<Map<String,String>>paramaterMap()
-