ThresholdDefDesignerCtrl_IN Class [AX 2012]
The ThresholdDefDesignerCtrl class creates and manages threshold structures.
Most of functionality for the ThresholdDesigner form is provided by this class.
| Method | Description | |
|---|---|---|
| addThresholdSection | Adds ThresholdSection_IN to database and updates threshold section node. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearCache | Clears recordNodeIdxMap. |
| deleteThresholdSectionNode | Deletes threshold section node. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTreeItemContainer | Gets TreeItemContainer. |
| getTreeItemRecId | get tree item RecId. |
| getTreeItemTableId | Gets tree item Table Id. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Init ThresholdDefDesignerCtrl instance. |
| initialize | Initializes ThresholdDefDesignerCtrl instance. |
| initImageList | Initializes ImageList to be used for the threshold designer. |
| initThresholdSectionNodeFromParent | Initializes threshold sction node from parent node. |
| initTree | Initializes and draw threhold designer tree element. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| newThresholdTreeNode | Creates a new threhsold section node. |
| 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.) |
| parmCaller | Sets and Gets caller. |
| parmNewThresholdItemIdx | Gets TreeItemIdx. |
| parmSelectedThresholdSectionRecId | Sets and Gets recId of ThresholdSection_IN. |
| parmSourceReferenceRecId | Sets and Gets recId of the source reference. |
| parmSourceReferenceTableId | Sets and Gets tableId of the source reference. |
| parmThreshold | Sets and Gets Threshold_IN. |
| parmThresholdItemIdx | Gets the node index of new threshold seciton node. |
| parmThresholdSections_ds | Sets and Gets the datasource of ThresholdSection_IN. |
| parmTree | Sets and Gets threshold design tree control. |
| representChildren | Create threshold section tree node, and expands creates and its sub tree node if any. |
| 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.) |
| updateDesigner | Updates threshold designer. |
| updateSelectThresholdSectionRecId | Updates recId of ThresholdSection_IN based on the selected tree node. |
| updateThresholdSectionNode | Updates threshold section node. |
| 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.) |
Community Additions
ADD
Show: