Package component.editablegrid.columns
Class ComboBoxGridColumn
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
component.grid.columns.GridColumn
component.editablegrid.columns.EditableGridColumn
component.editablegrid.columns.ComplexEditableGridColumn
component.editablegrid.columns.ComboBoxGridColumn
- All Implemented Interfaces:
LoadableGridColumn<Map<String,
,Object>> SavableGridColumn<Map<String,
,Object>> SortableGridColumn
- Author:
- m.popov
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class component.editablegrid.columns.EditableGridColumn
editable
Fields inherited from class component.grid.columns.GridColumn
aggregationFunction, autoHeight, cellClass, columnTooltip, displayPopup, header, hidden, pinned, sortable, suppressColumnTooltip, suppressHeaderMenu, width, widthFixed
Fields inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
objectContext, objectId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class component.editablegrid.columns.ComplexEditableGridColumn
convertValueForSave, extractValueForLoad, getEntityColumnsForLoad
Methods inherited from class component.editablegrid.columns.EditableGridColumn
getDescription
Methods inherited from class ru.cg.webbpm.modules.webkit.beans.Behavior
getChildScript, getChildScripts, getObjectId, getPageId, getParentContext, getScript, getScriptInObject, getScripts, getScriptsInChildren, setObjectContext, setObjectId, start
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface component.grid.columns.LoadableGridColumn
getObjectId
Methods inherited from interface component.grid.columns.SavableGridColumn
getObjectId
Methods inherited from interface component.grid.columns.SortableGridColumn
getObjectId
-
Field Details
-
idColumn
-
labelColumn
@GraphSource(GridGraphSource.class) @TypedColumn(colTypes={STRING,ENUM}) public EntityColumn labelColumn -
businessIdColumn
-
-
Constructor Details
-
ComboBoxGridColumn
public ComboBoxGridColumn()
-
-
Method Details
-
getIdColumn
- Specified by:
getIdColumn
in classComplexEditableGridColumn
-
getColumnsMapping
- Specified by:
getColumnsMapping
in classComplexEditableGridColumn
-
getEntityColumnForSort
-