RetailDeploymentHierarchyController Class [AX 2012]
The RetailDeploymentHierarchyController class is the AX controller class for the retail deployment hierarchy form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| editSelectedNode | Edits the last selected node |
| enableInsertButtons | Enables or disable insert buttons. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDescendants | (Inherited from HierarchyDesignerBase.) |
| GetLeftRotationArrowToolTip | (Inherited from HierarchyDesignerBase.) |
| GetLoadingText | (Inherited from HierarchyDesignerBase.) |
| GetMenuItemsEnabled | Gets an array with the node IDs for which the menu items should be enabled. (Overrides the GetMenuItemsEnabled Method.) |
| GetMenuItemText | Gets the text to be displayed on the menu that corresponds to the menu item number. (Overrides the GetMenuItemText Method.) |
| GetMoveToCenterToolTip | (Inherited from HierarchyDesignerBase.) |
| getNextNodeId | Gets the next available node ID. |
| getNode | Returns the node from the node map. |
| getNodeName | Gets the name that must be displayed for the node. (Overrides the getNodeName Method.) |
| getNodeRecordForNode | Gets the primary record that the node represents. |
| getNodeType | Gets the type ID of a node. (Overrides the getNodeType Method.) |
| getNodeTypeBorderColor | Gets the border color for the specified node type. (Overrides the getNodeTypeBorderColor Method.) |
| getNodeTypeBottomGradientColor | Gets the bottom gradient color for the specified node type. (Overrides the getNodeTypeBottomGradientColor Method.) |
| getNodeTypeImage | Gets an image to be displayed for the specified node type. |
| getNodeTypeTopGradientColor | Gets the border color for the specified node type. (Overrides the getNodeTypeTopGradientColor Method.) |
| getNumberOfMenuItems | Returns the maximum number of menu items possible. (Overrides the getNumberOfMenuItems Method.) |
| GetNumSubMenus | (Inherited from HierarchyDesignerBase.) |
| getParentID | Gets the ID of a nodes parent node. (Overrides the getParentID Method.) |
| GetRightRotationArrowToolTip | (Inherited from HierarchyDesignerBase.) |
| getRootID | Gets the ID of the root node. (Overrides the getRootID Method.) |
| getSelectedNode | Gets the currently selected node |
| GetSubMenuItemText | (Inherited from HierarchyDesignerBase.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasAsParent | Indicates whether the given parent-child relationship is valid. (Overrides the hasAsParent Method.) |
| init | Init the class. |
| insertNewNode | Inserts a new node into the UI. |
| insertNewNodeAndUpdateParent | Inserts a node into the internal map and updates the parent node to point to the child. |
| insertNewNodeArrayAndUpdateParent | Inserts an array of nodes into the internal map and updates the parent node to point to the child. |
| InvokeMenuItemAction | Invokes the menu item specified for the menu number. (Overrides the InvokeMenuItemAction Method.) |
| IsFoundNode | (Inherited from HierarchyDesignerBase.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmUI | Gets or sets the UI parameter. |
| postConstruct | Configures a new instance of the RetailDeploymentHierarchyController class. Does what a parameterized constructor should do. |
| reportClickCount | (Inherited from HierarchyDesignerBase.) |
| reportFocusedNode | (Inherited from HierarchyDesignerBase.) |
| reportNodeDoubleClick | Reports that a node has been double-clicked. (Overrides the reportNodeDoubleClick Method.) |
| reportSelectedNode | Handles when a node is selected in the UI. (Overrides the reportSelectedNode Method.) |
| 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.) |
| UndoLastEditAction | (Inherited from HierarchyDesignerBase.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validNode | Determines if a node ID is valid. (Overrides the validNode Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Object Class
HierarchyDesignerBase Class
RetailDeploymentHierarchyController Class
RetailDeploymentHierarchyControllerFocus Class
HierarchyDesignerBase Class
RetailDeploymentHierarchyController Class
RetailDeploymentHierarchyControllerFocus Class
Community Additions
ADD
Show: