PrintMgmtSetupUISettingsCtl Class [AX 2012]
The PrintMgmtSetupUISettingsCtl abstract class is a composite control for settings.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearChanged | Clears the flag that indicates that the user has modified a value in a subordinate control. |
| destinationPopupMenu | Displays the popup menu for the destination. |
| displayDestinationDesc | Displays the value of the destination setting. |
| displayReportFormatDescription | Displays the description of the report format. |
| displayValues | Displays the destination, copies, and identification text values. |
| doesDestinationNeedCopies | Determines whether the destination will use the number of copies field value. |
| editDestination | Displays the destination popup menu and responds to the selected command. |
| editIdText | Modifies the identification text using the ID text form. |
| editPrinterSettings | Modifies the destination by using the standard printer settings dialog box. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDestinationDesc | Formats a descriptive label for the current destination. |
| getReportFormatDescription | Returns the description of the current report format. |
| 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 control with its component controls. |
| isDirty | Indicates whether the user changed a value. |
| lookupReportFormat | Displays a lookup for the report format. |
| 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.) |
| parmCopies | Gets and sets the Copies parameter. |
| parmData | Gets and sets the Data parameter. |
| parmDestination | Gets and sets the Destination parameter. |
| parmDestinationToolTip | Gets the DestinationToolTip parameter. |
| parmIdText | Gets and sets the IdText parameter. |
| parmIdTextToolTip | Gets the IdTextToolTip parameter. |
| parmReportFormat | Gets or sets the ReportFormat parameter. |
| parmShowFields | Gets and sets the ShowFields parameter. |
| saveChanges | Saves the values from the user interface to the data class. |
| setChanged | Specifies that the user has changed a value. |
| setCountryRegionId | |
| setEnabled | Changes the controls that are owned by this controller to be editable or not editable. |
| 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 | |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newSettingsConditional | Creates a new conditional settings control. |
| ::newSettingsDefault | Creates a new default settings control. |
An abstract class used by the default, the PrintMgmtSetupUISettingsDefaultCtl class, and conditional settings, the PrintMgmtSetupUISettingsConditionalCtl class, composite controls for the controls they share.
The shared controls are as follows: destination, number of copies, and identification text.
Object Class
PrintMgmtSetupUISettingsCtl Class
PrintMgmtSetupUISettingsConditionalCtl Class
PrintMgmtSetupUISettingsDefaultCtl Class
PrintMgmtSetupUISettingsCtl Class
PrintMgmtSetupUISettingsConditionalCtl Class
PrintMgmtSetupUISettingsDefaultCtl Class
Community Additions
ADD
Show: