Package component.grid.columns.server
Class ReadonlyServerGridColumn
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
component.grid.columns.GridColumn
component.grid.columns.server.AbstractServerGridColumn
component.grid.columns.server.ReadonlyServerGridColumn
- All Implemented Interfaces:
LoadableGridColumn<Object>
,SortableGridColumn
public class ReadonlyServerGridColumn
extends AbstractServerGridColumn
implements LoadableGridColumn<Object>, SortableGridColumn
- Author:
- m.popov
-
Field Summary
FieldsFields 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
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.SortableGridColumn
getObjectId
-
Field Details
-
columnType
-
-
Constructor Details
-
ReadonlyServerGridColumn
public ReadonlyServerGridColumn()
-
-
Method Details
-
getEntityColumnsForLoad
- Specified by:
getEntityColumnsForLoad
in interfaceLoadableGridColumn<Object>
-
extractValueForLoad
- Specified by:
extractValueForLoad
in interfaceLoadableGridColumn<Object>
-
getEntityColumnForSort
- Specified by:
getEntityColumnForSort
in interfaceSortableGridColumn
-
getDescription
- Overrides:
getDescription
in classGridColumn
-