DialogFieldDimensionDefaultingController Class [AX 2012]
The DialogFieldDimensionDefaultingController class manages the display, user interaction, and storage of defaulting dimension checkboxes, comboboxes, and values when they are added to dialog forms.
| Method | Description | |
|---|---|---|
| active | (Inherited from DialogField.) |
| alignControl | (Inherited from DialogField.) |
| alignment | (Inherited from DialogField.) |
| allowEdit | (Inherited from DialogField.) |
| backgroundColor | (Inherited from DialogField.) |
| border | (Inherited from DialogField.) |
| buildValue | (Inherited from DialogField.) |
| cacheValueEditabilityForEnums | Sets the editability map that is subsequently applied after the controller class is instantiated. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| configurationKey | (Inherited from DialogControl.) |
| control | (Inherited from DialogControl.) |
| customFieldName_RU | (Inherited from DialogField.) |
| dialog | (Inherited from DialogField.) |
| displayHeight | (Inherited from DialogField.) |
| displayLength | (Inherited from DialogField.) |
| doNull | (Inherited from DialogField.) |
| enabled | (Inherited from DialogField.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fieldControl | (Inherited from DialogField.) |
| fieldname | (Inherited from DialogField.) |
| form | (Inherited from DialogField.) |
| frameType | (Inherited from DialogField.) |
| getController | Gets the encapsulated controller. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| heightMode | (Inherited from DialogField.) |
| helpText | (Inherited from DialogField.) |
| hideFirstEntry | (Inherited from DialogField.) |
| init | Initializes the DialogFieldDimensionDefaultingController class by creating the additional controls that are required to manage the default dimensions. (Overrides the init Method.) |
| initWithChecks | Initializes an instance of the DialogFieldDimensionDefaultingController class that has a check box control associated with each DimensionAttribute record. |
| initWithChecksAndValues | Initializes an instance of the DialogFieldDimensionDefaultingController class that has a check box and a string edit control that are associated to each DimensionAttribute record. |
| initWithCombosAndValues | Initializes an instance of the DialogFieldDimensionDefaultingController class that has a combo box control and string edit (entry) associated to each DimensionAttribute . |
| initWithValues | Initializes an instance of the DialogFieldDimensionDefaultingController class that has a string edit control that is associated with each DimensionAttribute record. |
| label | (Inherited from DialogField.) |
| labelWidth | (Inherited from DialogField.) |
| limitText | (Inherited from DialogField.) |
| load | Creates the controls that are required to display the default dimensions, loads the data, and populates the controls with the saved state. |
| lookupButton | (Inherited from DialogField.) |
| mandatory_RU | (Inherited from DialogField.) |
| mcrReplaceOnLookup | Sets replaceOnLookup property for a dialog field. (Inherited from DialogField.) |
| multiLine | (Inherited from DialogField.) |
| name | (Inherited from DialogField.) |
| new | Constructs an instance of the DialogField class. (Inherited from DialogField.) |
| 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.) |
| pack | Serializes the current instance of the DialogField class. (Inherited from DialogField.) |
| passwordStyle | (Inherited from DialogField.) |
| registerOverrideMethod | Registers the runtime overridden method and object for the given method name. (Inherited from DialogField.) |
| runValue | (Inherited from DialogField.) |
| save | Gets a DimensionDefaultingFieldSet extended data type that contains the record IDs that represent the combination of values and enumerations that the user selected. |
| setHeightFromLines | (Inherited from DialogField.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showLabel | (Inherited from DialogField.) |
| skip | (Inherited from DialogField.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unpack | Deserializes the packedClass parameter value to an instance of the DialogControl class. (Inherited from DialogField.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| value | (Inherited from DialogField.) |
| visible | (Inherited from DialogField.) |
| wait | Pauses a process. (Inherited from Object.) |
| widthMode | (Inherited from DialogField.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: