JmgRegistrationActionPaneTreeClass Class [AX 2012]
The JmgRegistrationActionPaneTreeClass class is used to map a tree control with the JmgRegistrationButtonTable table.
| Method | Description | |
|---|---|---|
| addNode | Adds children or siblings to the currently selected node. |
| 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.) |
| fillTree | Fills a tree control with the logical tree of a selected action pane setup, as defined in the JmgRegistrationButtonTable table. |
| findLastNode | Finds the last child node of a given parent node. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes a new instance of the JmgRegistrationActionPaneTreeClass class. |
| modifiedNode | Updates a given node with text from the record it corresponds to in the JmgRegistrationButtonTable table. |
| moveNode | Moves a node up or down in a tree control. |
| new | Creates a new instance of the JmgRegistrationActionPaneTreeClass class. |
| 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.) |
| removeNode | Removes the selected node from the tree, and the JmgRegistrationButtonTable table. |
| selectionChanged | Enables or disables the controls on the parent form. |
| setFKeyControl | Sets the FormComboBoxControl control that displays the JmgFKey field in the JmgRegistrationButtonTable table. |
| setFormDataSource | Sets the FormDataSource table that displays the contents of the temporary buffer. |
| setFunctionControl | Sets the FormComboBoxControl control that displays the JmgSignInButtonFunction field in the JmgRegistrationButtonTable data source table. |
| setGroup | Sets the FormGroupControl object, which displays the fields in the data source table. |
| setLabelControl | Sets the FormStringControl control that displays the JmgLabel field in the JmgRegistrationButtonTable data source table. |
| 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.) |
| updateTree | Updates the tree when a node is to be moved up or down in a tree control. |
| 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 JmgRegistrationActionPaneTreeClass class. |
Community Additions
ADD
Show: