Package component.editablegrid.columns
Class TextAreaGridColumn
java.lang.Object
ru.cg.webbpm.modules.webkit.beans.Behavior
component.grid.columns.GridColumn
component.editablegrid.columns.EditableGridColumn
component.editablegrid.columns.TextFieldGridColumn
component.editablegrid.columns.TextAreaGridColumn
- All Implemented Interfaces:
LoadableGridColumn<String>
,SavableGridColumn<String>
,SortableGridColumn
- Author:
- zamaliev
-
Field Summary
Fields inherited from class component.editablegrid.columns.TextFieldGridColumn
idColumn
Fields 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
Methods inherited from class component.editablegrid.columns.TextFieldGridColumn
convertValueForSave, extractValueForLoad, getEntityColumnForSort, getEntityColumnsForLoad, getIdColumn, 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
-
Constructor Details
-
TextAreaGridColumn
public TextAreaGridColumn()
-