ReqPeggingTree Class [AX 2012]
The ReqPeggingTree class builds a tree of pegged requirements and supplies.
Syntax
class ReqPeggingTree
Run On
Called
Methods
Method | Description | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
expandNode | Expands the next level of tree nodes under a specific node inside the FormTreeControl object. | |
getChildren | Finds the child nodes of a particular tree node. | |
getNode | Gets a tree node by its ID. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initMaps | Initializes the internal map structures. | |
insertNode | Inserts a node under a parent node. | |
insertNodeList | Inserts a list of nodes under a parent node. | |
new | Initializes a new instance of the Object class. (Inherited from Object.) | |
NodeAdded | Observes inserting pegging tree nodes. | |
nodeHasChildren | Checks whether the node has any currently loaded children. | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmFirstLevelNodes | Gets or sets the FirstLevelNodes parameter. | |
rootNode | Gets the root node for a given tree node. | |
run | Populates the pegging tree and the form control with the first level nodes. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Initializes a new instance of the ReqPeggingTree class. | |
::newFirstLevelNodes | Creates a new instance of the ReqPeggingTree class. | |
::newStandard | Creates a new instance of the ReqPeggingTree class. |
Top
Remarks
This class can be used for visualization purposes or from code where pegged relationships have to be explored.
Inheritance Hierarchy
Object Class
ReqPeggingTree Class