RetailDeploymentHierarchyController Class [AX 2012]

The RetailDeploymentHierarchyController class is the AX controller class for the retail deployment hierarchy form.

Syntax

class RetailDeploymentHierarchyController extends HierarchyDesignerBase

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  HierarchyDesignerBase Class
    RetailDeploymentHierarchyController Class
      RetailDeploymentHierarchyControllerFocus Class