Interface ColumnTypeEditor
-
- All Superinterfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.DataColumnDef>,org.dashbuilder.common.client.editor.HasEditMode,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.DataColumnDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataColumnDef>
public interface ColumnTypeEditor extends com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.DataColumnDef>, org.dashbuilder.common.client.editor.HasEditModeThe GWT editor contract for beans of type
org.dashbuilder.dataset.ColumnTypeof a given data column definition.It's a value aware editor as the available column types to change depend on the current column type value.
- Since:
- 0.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.ColumnType>columnType()voidsetOriginalColumnType(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.
-
-
-
Method Detail
-
setOriginalColumnType
@Ignore 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.- Parameters:
columnType- The original data set column type
-
columnType
org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.ColumnType> columnType()
-
-