PrintMgmtSetupUICtrlTree Class [AX 2012]
The PrintMgmtSetupUICtrlTree class is the controller for the tree view.
| Method | Description | |
|---|---|---|
| actionDelete | Handles delete operation requests from the data source of the PrintMgmtSetupUIMain form. |
| actionDeleteOnDocInstance | Implements the action for the delete menu selection on a document instance. |
| actionDeleteOnSettingsConditional | Implements the action for the delete menu selection on a conditional setting. |
| actionDuplicateOnDocInstance | Implements the action for the duplicate menu selection on a document instance. |
| actionDuplicateOnSettingsConditional | Implements the action for the duplicate menu selection on a conditional setting. |
| actionMoveDownOnDocInstance | Implements the action for the move down menu selection on a document instance. |
| actionMoveDownOnSettingsConditional | Implements the action for the move down menu selection on a conditional setting. |
| actionMoveItem | Handles move operation requests from the keyboard processing of the PrintMgmtSetupUIMain form. |
| actionMoveOnDocInstance | Implements the drag-and-drop move operation on a document instance. |
| actionMoveOnSettingsConditional | Implements the drag-and-drop move operation on a conditional setting. |
| actionMoveUpOnDocInstance | Implements the action for the move up menu selection on a document instance. |
| actionMoveUpOnSettingsConditional | Implements the action for the move up menu selection on a conditional setting. |
| actionNew | Handles new operation requests from the data source of the PrintMgmtSetupUIMain form. |
| actionNewOnDoc | Implements the action for the new menu selection on a document. |
| actionNewOnDocInstance | Implements the action for the new menu selection on a document instance. |
| actionOverrideOnDocInstance | Implements the action for the override menu selection on a document instance. |
| actionRevertOnDocInstance | Implements the action for the revert menu selection on a document instance. |
| addMenuItem | Adds a menu item to a popup menu. |
| addMenuTreeOperations | Adds menu items for tree operations to a popup menu. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canItemDelete | Determines whether the delete operation on a tree view item is permitted. |
| canItemDuplicate | Determines whether the duplicate operation on a tree view item is permitted. |
| canItemMoveDown | Determines whether the move down operation on a tree view item is allowed. |
| canItemMoveUp | Determines whether the move up operation on a tree view item is allowed. |
| canItemNew | Determines whether the new operation on a tree view item is permitted. |
| canItemOverride | Determines whether the override operation on a tree view item is permitted. |
| canItemRevert | Determines whether the revert operation on a tree view item is permitted. |
| collapseAll | |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| expandAll | |
| getDocInstanceMenu | Creates a popup menu for a document instance. |
| getDocMenu | Creates a popup menu for a document. |
| getFolderMenu | Creates a popup menu for a folder. |
| getItemPos | Retrieves a child tree view item by is position. |
| getSelectedData | Gets the data associated with a tree view item. |
| getSettingsConditionalMenu | Creates a popup menu for a conditional setting. |
| 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 control with its component controls. |
| itemBeginDrag | Initiates a drag-and-drop operation on a tree view item. |
| itemCollapse | Collapses a tree view item so that its children are hidden. |
| itemDragLeave | Handles leaving the region of a tree view item during a drag-and-drop operation. |
| itemDragOver | Handles entering the region of a tree view item during a drag-and-drop operation by showing the appropriate drop cursor and insertion point marker. |
| itemDrop | Handles dropping a tree view item during a drag-and-drop operation. |
| itemExpand | Expands a tree view item so that its children are visible. |
| itemShowMenu | Displays the popup menu for a tree view item and responds to the menu selection. |
| loadDoc | Loads document data into the tree view. |
| loadDocInstance | Loads a document instance into the tree view. |
| loadDocInstances | Loads document instances into the tree view. |
| loadDocs | Loads documents into the tree view. |
| loadFolder | Loads folder data into the tree view. |
| loadFolders | Loads folders into the tree view. |
| loadModel | Loads a model into the tree view. |
| loadSettingsConditional | Loads conditional settings into the tree view. |
| loadSettingsConditionals | Loads conditional settings into the tree view. |
| moveItem | Moves a tree view item. |
| new | Initializes a new instance of the PrintMgmtSetupUICtrlTree class. |
| newItem | Creates a new tree view item. |
| 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.) |
| parmSelectedIdx | Gets or sets the SelectedIdx parameter. |
| selectItem | Creates a tree view item based on the index passed in as a parameter. |
| setCtrl | Sets the top level controller. |
| setItem | Sets the text and image of a tree view item. |
| setItemText | Sets the text of a tree view item. |
| 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.) |
| updateDocInstance | Updates the appearance of a document instance tree view item. |
| updateSelectedItem | Updates the appearance of the selected tree view item. |
| updateSettingsConditional | Updates the appearance of a conditional setting tree view item. |
| 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 | Creates a tree view controller. |
| ::labelDocInstance | Formats the text for a document instance tree view item. |
| ::labelSettingsConditional | Formats the text for a conditional settings tree view item. |
Community Additions
ADD
Show: