ComboModel
Combo model class, which can be used as record type for listItemTpl and
displayValueRenderer configs in TypeScript applications.
Use when Combo's displayField equals text and
items are configured with one of the value formats listed below:
items : [
{value : 'small', text : 'Small'},
{value : 'medium', text : 'Medium'},
{value : 'large', text : 'Large'},
]
or
items : [
['small', 'Small'],
['medium', 'Medium'],
['large', 'Large'],
]
or
items : ['Small', 'Medium', 'Large']
Class provides the value and text data fields for the Combo's list record.
Properties
62
Properties
62Class hierarchy
Identifies an object as an instance of ComboModel class, or subclass thereof.
Identifies an object as an instance of ComboModel 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