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.

Syntax

class DialogFieldDimensionDefaultingController extends DialogField

Run On

Client

Methods

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

Top

Inheritance Hierarchy

Object Class
  DialogControl Class
    DialogField Class
      DialogFieldDimensionDefaultingController Class