PCRuntimeComponentTree Class [AX 2012]

The PCRuntimeComponentTree class handles the interaction with a form tree control which shows a configuration model as components and sub-components.

class PCRuntimeComponentTree

Run On

Called

  MethodDescription
JJ787128.protmethod(en-us,AX.60).gif addFormTreeItem Adds a new form tree item.
JJ787128.protmethod(en-us,AX.60).gif addItem Adds a new form tree item.
JJ787128.protmethod(en-us,AX.60).gif advancePathEnumerator Advances the enumerator for the selected path when traverse down the tree structure and select the item at the end of the path.
JJ787128.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ787128.protmethod(en-us,AX.60).gif createFormTreeItem Factory method to create form tree item.
JJ787128.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ787128.protmethod(en-us,AX.60).gif getItemBaseText Determine the text representation of an item.
JJ787128.protmethod(en-us,AX.60).gif getItemIdxFromPath Retrieves the item index of the node at the end of a path.
JJ787128.protmethod(en-us,AX.60).gif getPathToItem Retrieves the path of an item in the tree.
JJ787128.pubmethod(en-us,AX.60).gif getSelectedComponent Retrieves the selected component.
JJ787128.pubmethod(en-us,AX.60).gif getSelectedPath Retrieves the selected path as a list of runtime components.
JJ787128.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ787128.protmethod(en-us,AX.60).gif getTreeIcon Determine the image index for component.
JJ787128.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ787128.pubmethod(en-us,AX.60).gif hasNext Determines whether the selected node has a next node that can be selected.
JJ787128.pubmethod(en-us,AX.60).gif initTree Initializes the tree control by adding an image list.
JJ787128.protmethod(en-us,AX.60).gif isItemOnSelectedPath Determines whether the item to be drawn is on the path of the selected node.
JJ787128.protmethod(en-us,AX.60).gif new Initializes a new instance of the PCRuntimeComponentTree class.
JJ787128.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ787128.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ787128.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ787128.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ787128.pubmethod(en-us,AX.60).gif parmComponentContext Gets or sets the ComponentContext parameter.
JJ787128.pubmethod(en-us,AX.60).gif parmTree Gets or sets the Tree parameter.
JJ787128.pubmethod(en-us,AX.60).gif redrawTree Redraws the tree control in the form.
JJ787128.protmethod(en-us,AX.60).gif redrawTreeIcon Redraws the tree control icon in the form.
JJ787128.pubmethod(en-us,AX.60).gif selectionChanged Sets the current selection in accordance to the currently selected item on the form tree control.
JJ787128.pubmethod(en-us,AX.60).gif selectNext Selects the next node in the tree.
JJ787128.protmethod(en-us,AX.60).gif setSelectedPathFromSelected Sets the path from the selected index.
JJ787128.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ787128.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ787128.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ787128.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ787128.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ787128.pubmethod(en-us,AX.60).gif JJ787128.static(en-us,AX.60).gif ::construct Initializes a new instance of the PCRuntimeComponentTree class.
JJ787128.pubmethod(en-us,AX.60).gif JJ787128.static(en-us,AX.60).gif ::newFromTreeComponent Construct a PCRuntimeComponentTree instance from a form tree control and a component context which will be the root of the tree.
Top

Object Class
  PCRuntimeComponentTree Class

Community Additions

ADD
Show: