@Dependent public class ColumnTypeEditor extends Object implements com.google.gwt.user.client.ui.IsWidget, ColumnTypeEditor
Data Set column type editor presenter.
Constructor and Description |
---|
ColumnTypeEditor(DropDownImageListEditor<org.dashbuilder.dataset.ColumnType> columnType) |
Modifier and Type | Method and Description |
---|---|
void |
addHelpContent(String title,
String content,
org.gwtbootstrap3.client.ui.constants.Placement placement) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
DropDownImageListEditor<org.dashbuilder.dataset.ColumnType> |
columnType()
GWT EDITOR CONTRACT METHODS **
|
void |
flush() |
protected Collection<ImageListEditor.Entry> |
getDefaultEntries() |
void |
init() |
void |
isEditMode(boolean isEdit) |
void |
onPropertyChange(String... paths) |
void |
setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataColumnDef> delegate) |
void |
setOriginalColumnType(org.dashbuilder.dataset.ColumnType columnType) |
void |
setValue(org.dashbuilder.dataset.def.DataColumnDef value) |
@Inject public ColumnTypeEditor(DropDownImageListEditor<org.dashbuilder.dataset.ColumnType> columnType)
@PostConstruct public void init()
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public void addHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)
public void setOriginalColumnType(org.dashbuilder.dataset.ColumnType columnType)
setOriginalColumnType
in interface ColumnTypeEditor
public DropDownImageListEditor<org.dashbuilder.dataset.ColumnType> columnType()
columnType
in interface ColumnTypeEditor
public void flush()
flush
in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataColumnDef>
public void onPropertyChange(String... paths)
onPropertyChange
in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataColumnDef>
public void setValue(org.dashbuilder.dataset.def.DataColumnDef value)
setValue
in interface com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataColumnDef>
public void setDelegate(com.google.gwt.editor.client.EditorDelegate<org.dashbuilder.dataset.def.DataColumnDef> delegate)
setDelegate
in interface com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.DataColumnDef>
protected Collection<ImageListEditor.Entry> getDefaultEntries()
public void isEditMode(boolean isEdit)
isEditMode
in interface HasEditMode
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.