public interface DataColumnDefEditor extends com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.DataColumnDef>, HasEditMode
The GWT editor contract for beans of type org.dashbuilder.dataset.def.DataColumnDef.
| Modifier and Type | Method and Description |
|---|---|
ColumnTypeEditor |
columnType() |
LeafAttributeEditor<String> |
id() |
void |
removeFromParent()
Called when editor is detached from the editors chain.
|
void |
setOriginalColumnType(org.dashbuilder.dataset.ColumnType columnType)
Column editor requires the original column type in oder to allow changing column types to the types given by the original data set column type.
|
void |
setProviderType(org.dashbuilder.dataprovider.DataSetProviderType type)
Columns edition constrains are different depending on the data set's provider type.
|
isEditMode@Editor.Ignore void setProviderType(org.dashbuilder.dataprovider.DataSetProviderType type)
type - The data set's provider type.@Editor.Ignore void setOriginalColumnType(org.dashbuilder.dataset.ColumnType columnType)
columnType - The original data set column type@Editor.Ignore void removeFromParent()
Called when editor is detached from the editors chain. Remove view from parent element here.
LeafAttributeEditor<String> id()
@Editor.Path(value=".") ColumnTypeEditor columnType()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.