Class DataSetDefColumnsEditor
- java.lang.Object
-
- org.dashbuilder.client.widgets.dataset.editor.column.DataSetDefColumnsEditor
-
- All Implemented Interfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.DataSetDef>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.DataSetDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>,com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>,org.dashbuilder.common.client.editor.HasRestrictedValue<String>,org.dashbuilder.dataset.client.editor.DataSetDefColumnsEditor
@Dependent public class DataSetDefColumnsEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, org.dashbuilder.dataset.client.editor.DataSetDefColumnsEditor
Data Set columns editor.
It's attached in the gwt editors chain to handle the
allColumnsflag.- Since:
- 0.4.0
-
-
Constructor Summary
Constructors Constructor Description DataSetDefColumnsEditor(ColumnListEditor columnListEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()ColumnListEditorcolumns()voidflush()voidonPropertyChange(String... paths)voidonValueRestricted(String value)voidonValueUnRestricted(String value)voidsetAcceptableValues(List<org.dashbuilder.dataset.def.DataColumnDef> acceptableValues)voidsetDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataSetDef> delegate)voidsetValue(org.dashbuilder.dataset.def.DataSetDef value)
-
-
-
Constructor Detail
-
DataSetDefColumnsEditor
@Inject public DataSetDefColumnsEditor(ColumnListEditor columnListEditor)
-
-
Method Detail
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
columns
public ColumnListEditor columns()
- Specified by:
columnsin interfaceorg.dashbuilder.dataset.client.editor.DataSetDefColumnsEditor
-
setAcceptableValues
public void setAcceptableValues(List<org.dashbuilder.dataset.def.DataColumnDef> acceptableValues)
- Specified by:
setAcceptableValuesin interfaceorg.dashbuilder.common.client.editor.HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>
-
flush
public void flush()
- Specified by:
flushin interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
-
onPropertyChange
public void onPropertyChange(String... paths)
- Specified by:
onPropertyChangein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
-
setValue
public void setValue(org.dashbuilder.dataset.def.DataSetDef value)
- Specified by:
setValuein interfacecom.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>
-
setDelegate
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataSetDef> delegate)
- Specified by:
setDelegatein interfacecom.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.DataSetDef>
-
onValueRestricted
public void onValueRestricted(String value)
- Specified by:
onValueRestrictedin interfaceorg.dashbuilder.common.client.editor.HasRestrictedValue<String>
-
-