PrintMgmtSetupUICtrlSettingsConditional Class [AX 2012]
The PrintMgmtSetupUICtrlSettingsConditional class is the controller for the "Conditional Settings" page.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearChanged | Clears the changed flag of the control. (Overrides the clearChanged Method.) |
| delete | Deletes the conditional settings. (Overrides the delete Method.) |
| displayValues | Displays values for conditional settings. (Overrides the displayValues Method.) |
| duplicate | Duplicates the conditional settings. |
| 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.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes a controller with its component controls. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| initEmpty | Initializes a controller with its component controls. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| initSettingsConditional | Initializes a controller with the components it controls. |
| isDirty | Indicates whether the value has been modified and must be saved. (Overrides the isDirty Method.) |
| isEnabled | Determines whether the controller is enabled. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| move | Moves the specified conditional settings in the collection of all conditional settings. |
| new | Creates a new instance of the PrintMgmtSetupUICtrlSettingsConditional class. (Overrides the new Method.) |
| newSibling | Creates new conditional settings for the specified parent. |
| 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.) |
| parmCtrl | Gets the Ctrl parameter. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| parmData | Sets a reference to an instance of the corresponding data class. |
| parmName | Gets or sets the Name parameter. |
| parmSettingsCtl | Gets the SettingsCtl parameter. |
| parmVisible | Gets or sets the Visible parameter. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| save | Saves values from the user interface to the data class. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| saveChanges | Saves values from the user interface to the data class. (Overrides the saveChanges Method.) |
| setChanged | Sets the changed flag of the controller. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| setCtrl | Sets the top level controller for the subordinate controller. (Inherited from PrintMgmtSetupUICtrlEmpty.) |
| setEnabled | Sets the controls owned by this controller to editable (enabled) or not editable (disabled). (Overrides the setEnabled 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.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Verifies the values in the user interface are acceptable. (Overrides the validate Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates a new conditional settings controller. |
Community Additions
ADD
Show: