Interface DataSetDefColumnsEditor
-
- All Superinterfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.DataSetDef>,org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.DataSetDef>,org.dashbuilder.common.client.editor.HasRestrictedValue<String>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
public interface DataSetDefColumnsEditor extends com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>, org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>, org.dashbuilder.common.client.editor.HasRestrictedValue<String>
The GWT editor contract for the data set definition columns.
It takes care about the allColumnsEnabled flag.
- Since:
- 0.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColumnListEditorcolumns()-
Methods inherited from interface org.dashbuilder.common.client.editor.HasConstrainedValue
setAcceptableValues
-
-
-
-
Method Detail
-
columns
ColumnListEditor columns()
-
-