ResourceUtilizationModel
A model representing a ResourceUtilization view row. The view rows are of two possible types resources and assignments. The model wraps either a resource or an assignment model. And each wrapped resource keeps its corresponding wrapped assignments as its children.
NOTE: You don't normally need to construct this class instances. The view does that automatically by processing the project resources and assignments, wrapping them with this model instances and putting them to its store.
The wrapped model is provided to origin config and can be retrieved from it:
// get the real resource representing the first row of the view
resourceUtilizationView.store.first.origin
Configs
1
Configs
1A resource or an assignment wrapped by this model.
// get the real resource representing the first row of the view
resourceUtilizationView.store.first.origin
Properties
63
Properties
63Class hierarchy
Identifies an object as an instance of ResourceUtilizationModel class, or subclass thereof.
Identifies an object as an instance of ResourceUtilizationModel class, or subclass thereof.
isModelModel
isModelLinkModelLink
isModelStmModelStm
isTreeNodeTreeNode
Other
A resource or an assignment wrapped by this model.
// get the real resource representing the first row of the view
resourceUtilizationView.store.first.origin
isPersistableModel
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