Interface DataSetDefBasicAttributesEditor
-
- All Superinterfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.DataSetDef>
public interface DataSetDefBasicAttributesEditor extends com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.DataSetDef>The GWT editor contract for beans of type
org.dashbuilder.dataset.def.DataSetDef.Used to to edit the following sub-set of attributes:
- uuid
- name
- Since:
- 0.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.dashbuilder.common.client.editor.LeafAttributeEditor<String>name()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>UUID()
-