GridRowModel
Model extended with some fields related to grid rendering. Used as default model type in the grids store if nothing else is specified.
Using this model is optional. If you use a custom model instead and need the functionality of any of the fields below, you just have to remember to add fields with the same name to your model.
Properties
62
Properties
62Class hierarchy
Identifies an object as an instance of GridRowModel class, or subclass thereof.
Identifies an object as an instance of GridRowModel class, or subclass thereof.
isModelModel
isModelLinkModelLink
isModelStmModelStm
isTreeNodeTreeNode
Editing
copyOfModel
isBatchUpdatingModel
isCommittingModel
isCreatingModel
isModifiedModel
isValidModel
modificationDataModel
modificationsModel
JSON
jsonModel
Parent & children
allChildrenTreeNode
allUnfilteredChildrenTreeNode
childLevelTreeNode
descendantCountTreeNode
firstChildTreeNode
isLeafTreeNode
isLoadedTreeNode
isParentTreeNode
isRootTreeNode
lastChildTreeNode
nextSiblingTreeNode
parentTreeNode
parentIdTreeNode
previousSiblingTreeNode
previousSiblingsTotalCountTreeNode
visibleDescendantCountTreeNode
Functions
54
Functions
54Configuration
Editing
beginBatchModel
cancelBatchModel
clearChangesModel
copyModel
endBatchModel
getDataModel
getUnmodifiedModel
hasBatchedChangeModel
isFieldModifiedModel
removeModel
revertChangesModel
setModel
Events
detachListenersBase
Other
isEditableModel
Parent & children
ancestorsExpandedTreeNode
appendChildTreeNode
bubbleTreeNode
bubbleWhileTreeNode
clearChildrenTreeNode
containsTreeNode
convertToParentTreeNode
getDescendantCountTreeNode
insertChildTreeNode
isExpandedTreeNode
removeChildTreeNode
replaceChildrenTreeNode
traverseTreeNode
traverseBeforeTreeNode
traverseWhileTreeNode
Typedefs
1
Typedefs
1RelationConfigModel
Fields
6
Fields
6Styling
cls: String
CSS class (or several classes divided by space) to append to row elements
iconCls: String
Icon for row (used automatically in tree, feel free to use it in renderer in other cases)
rowHeight: Number
Used by the default implementation of getRowHeight to determine row height. Set it to use another height than the default for the records row.