PrintMgmtSetupUICtrl Class [AX 2012]
The PrintMgmtSetupUICtrl class is the top level controller for the print management setup form PrintMgmtSetupUIMain.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| displayTree | Displays data in the tree view. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| eventDataSourceDelete | Handles the delete event for the data source of the PrintMgmtSetupUIMain class. |
| eventDataSourceNew | Handles the event for the data source of the PrintMgmtSetupUIMain class. |
| eventDataSourceSave | Saves data on the current page of the form. |
| eventFormCanClose | Validates whether data can be saved upon an attempt to close the form. |
| eventTreeItemBeginDrag | Handles the item begin drag event for the tree view of the PrintMgmtSetupUIMain class. |
| eventTreeItemDragLeave | Handles the item drag leave event for the tree view of the PrintMgmtSetupUIMain class. |
| eventTreeItemDragOver | Handles the item drag over event for the tree view of the PrintMgmtSetupUIMain class. |
| eventTreeItemDrop | Handles the item drag drop event for the tree view of the PrintMgmtSetupUIMain class. |
| eventTreeItemKeyDown | Handles the key down event for the tree view of the PrintMgmtSetupUIMain class. |
| eventTreeItemSelect | Determines whether the selection should not change upon an attempt to change the selected tree view item. |
| eventTreeItemShowMenu | Handles the shortcut menu event for a tree view item in the tree view of the PrintMgmtSetupUIMain class. |
| 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 the control with its component controls. |
| new | Creates a new instance of the PrintMgmtSetupUICtrl 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.) |
| parmCountryRegionId | Gets the CountryRegionId parameter. |
| parmDocInstanceCtrl | Gets the DocInstanceCtrl parameter. |
| parmEmptyCtrl | Gets the EmptyCtrl parameter. |
| parmSettingsConditionalCtrl | Gets the SettingsConditionalCtrl parameter. |
| parmTreeCtrl | Gets the TreeCtrl parameter. |
| parmView | Gets the View parameter. |
| run | Starts the controller, displays the tree view, and selects the initial item. |
| setReferencedRecord | Sets the record that is used to synchronize the data displayed in the print management form with its associated form. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| syncToTree | Synchronizes the right side tab page to the selected tree view item on the left side. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| 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 PrintMgmtSetupUICtrl controller. |
Community Additions
ADD
Show: