Package component.editablegrid.columns
Class TimePickerGridColumn
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
component.grid.columns.GridColumn
component.editablegrid.columns.EditableGridColumn
component.editablegrid.columns.TimePickerGridColumn
- All Implemented Interfaces:
LoadableGridColumn<String>
,SavableGridColumn<String>
,SortableGridColumn
public class TimePickerGridColumn
extends EditableGridColumn
implements LoadableGridColumn<String>, SavableGridColumn<String>, SortableGridColumn
- Author:
- zamaliev
-
Field Summary
FieldsFields 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 TypeMethodDescriptionconvertValueForSave
(String value) extractValueForLoad
(Map<EntityColumn, Object> columnToDataMap) protected EntityColumn
protected void
start()
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
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
-
-
Constructor Details
-
TimePickerGridColumn
public TimePickerGridColumn()
-
-
Method Details
-
start
protected void start() -
getEntityColumnsForLoad
- Specified by:
getEntityColumnsForLoad
in interfaceLoadableGridColumn<String>
-
extractValueForLoad
- Specified by:
extractValueForLoad
in interfaceLoadableGridColumn<String>
-
convertValueForSave
- Specified by:
convertValueForSave
in interfaceSavableGridColumn<String>
-
getEntityColumnForSort
- Specified by:
getEntityColumnForSort
in interfaceSortableGridColumn
-
getIdColumn
- Overrides:
getIdColumn
in classEditableGridColumn
-