@Dependent public class DataSetDefColumnsEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, DataSetDefColumnsEditor
Data Set columns editor.
It's attached in the gwt editors chain to handle the allColumns flag.
| Constructor and Description |
|---|
DataSetDefColumnsEditor(ColumnListEditor columnListEditor) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
ColumnListEditor |
columns() |
void |
flush() |
void |
onPropertyChange(String... paths) |
void |
onValueRestricted(String value) |
void |
onValueUnRestricted(String value) |
void |
setAcceptableValues(List<org.dashbuilder.dataset.def.DataColumnDef> acceptableValues) |
void |
setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataSetDef> delegate) |
void |
setValue(org.dashbuilder.dataset.def.DataSetDef value) |
@Inject public DataSetDefColumnsEditor(ColumnListEditor columnListEditor)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic ColumnListEditor columns()
columns in interface DataSetDefColumnsEditorpublic void setAcceptableValues(List<org.dashbuilder.dataset.def.DataColumnDef> acceptableValues)
setAcceptableValues in interface HasConstrainedValue<List<org.dashbuilder.dataset.def.DataColumnDef>>public void flush()
flush in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>public void onPropertyChange(String... paths)
onPropertyChange in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>public void setValue(org.dashbuilder.dataset.def.DataSetDef value)
setValue in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataSetDef>public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataSetDef> delegate)
setDelegate in interface com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.DataSetDef>public void onValueRestricted(String value)
onValueRestricted in interface HasRestrictedValue<String>public void onValueUnRestricted(String value)
onValueUnRestricted in interface HasRestrictedValue<String>Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.