Share via


DimensionDefaultingController Class [AX 2012]

The DimensionDefaultingController class manages the display, user interaction, and storage of default dimension values.

Syntax

class DimensionDefaultingController extends DimensionDefaultingControllerBase

Run On

Called

Methods

  Method Description
Gg725225.pubmethod(en-us,AX.60).gif activated Loads the dimension attribute set and the dimension attribute value set and populates the check boxes, combo boxes, and value controls from the saved state.
Gg725225.protmethod(en-us,AX.60).gif cacheSetupOptions Caches options to use later to add all of the controls to the container. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg725225.pubmethod(en-us,AX.60).gif deleted Clears the check boxes, combo boxes, and value controls when the backing dimension attribute sets and dimension attribute value sets are deleted.
Gg725225.protmethod(en-us,AX.60).gif DimensionLinkAllowFieldEdit Rises when a field is being made editable for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg725225.protmethod(en-us,AX.60).gif dimensionLinkChangeEnumValue Rises when an enumeration value is being changed for a specified dimension attribute. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.protmethod(en-us,AX.60).gif DimensionLinkMarkFieldOptional Rises when a field is being made optional for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg725225.protmethod(en-us,AX.60).gif DimensionLinkSetFieldValue Rises when a field value is being set for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg725225.protmethod(en-us,AX.60).gif DimensionLinkShowField Rises when a field is being shown for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg725225.pubmethod(en-us,AX.60).gif dimensionValue_jumpRef Provides the go to main table functionality and starts the correct backing form in edit mode with the currently selected value. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif ensureControlExists Ensures the specified dimension control exists in cases where it has not already been created. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg725225.privmethod(en-us,AX.60).gif formDataObjectDataChanged Refreshes the dimension values that are displayed when the underlying foreign key field changes.
Gg725225.protmethod(en-us,AX.60).gif getAttributeSetStorage Retrieves the dimension attribute storage set that represents the check boxes or combo boxes that the user has selected. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.protmethod(en-us,AX.60).gif getAttributeValueSet Gets a container of all dimension attribute values and backing entity instances for the specified value set. (Inherited from DimensionControllerObject.)
Gg725225.protmethod(en-us,AX.60).gif getAttributeValueSetStorage Retrieves the dimension attribute value storage set that represents the value controls that the user has selected. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg725225.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg725225.protmethod(en-us,AX.60).gif handleCheckboxOrComboBoxModified Caches the change and notifies the parent data source that an enumeration was changed. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.protmethod(en-us,AX.60).gif handleValueEnablementForEnumValue Specifies whether to allow for values to be edited when associated with a change in a enumeration value. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.protmethod(en-us,AX.60).gif handleValueModified Processes the direct entry of a value string. (Overrides the handleValueModified Method.)
Gg725225.protmethod(en-us,AX.60).gif loadAttributeSet Loads the dimension attribute set and populates the check boxes or combo boxes. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.protmethod(en-us,AX.60).gif loadAttributeValueSet Loads the dimension attribute value set and populates the value controls from the saved state. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.protmethod(en-us,AX.60).gif lockRootContainer Locks or unlocks a root container. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.protmethod(en-us,AX.60).gif new Creates a new instance of the DimensionDefaultingController class. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.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.)
Gg725225.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.)
Gg725225.protmethod(en-us,AX.60).gif notifyEnumsChanged Announces that the enumeration values have changed. (Overrides the notifyEnumsChanged Method.)
Gg725225.protmethod(en-us,AX.60).gif notifyValuesChanged Announces that the values have changed. (Overrides the notifyValuesChanged Method.)
Gg725225.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg725225.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg725225.pubmethod(en-us,AX.60).gif pageActivated Adds all the controls required that are based on the constructor and settings specified. (Overrides the pageActivated Method.)
Gg725225.pubmethod(en-us,AX.60).gif parmAttributeSetDataSource Sets a reference to the data source and field name that links to a DimensionAttributeSet table that is notified when any enumerations change.
Gg725225.pubmethod(en-us,AX.60).gif parmAttributeValueSetDataSource Sets a reference to the data source and field name that links to a DimensionAttributeValueSet table that is notified when any values change.
Gg725225.pubmethod(en-us,AX.60).gif parmDisplayedDimensionSet Gets or sets the DisplayedDimensionSet parameter. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif parmIncludeMainAccount Gets or sets the IncludeMainAccount parameter. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif parmValidateBlockedForManualEntry Gets or sets the ValidateBlockedForManualEntry parameter. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif reactivate Removes all controls and reactivates with new controls. (Overrides the reactivate Method.)
Gg725225.privmethod(en-us,AX.60).gif registerOverrideOnDataObjectDataChanged Registers an override method on the DataChanged event on the field of the specified data source.
Gg725225.protmethod(en-us,AX.60).gif saveAttributeSet Writes the dimension attribute set that represents the check boxes or combo boxes that the user has selected. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.protmethod(en-us,AX.60).gif saveAttributeValueSet Writes the dimension attribute value set that represents the value controls that the user has selected. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.privmethod(en-us,AX.60).gif saveSets Writes the dimension attribute set and the dimension attribute value set that represents the specified check boxes, combo boxes, and value controls.
Gg725225.privmethod(en-us,AX.60).gif setDataSourceRootContainer Sets the related data source of the root container.
Gg725225.pubmethod(en-us,AX.60).gif setDimensionAttributeValue Sets the record ID and natural key string of a DimensionAttributeValue record for the specified DimensionAttribute record. (Overrides the setDimensionAttributeValue Method.)
Gg725225.pubmethod(en-us,AX.60).gif setEditability Updates the status of all visible controls to be enabled or disabled based on a specific editable list of the dimension attribute table. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif setNonActiveValueTolerance Specifies the action to perform when the dimension attribute value is entered that is non-active based on the isSuspended field or the range of values in the ActiveFrom and ActiveTo field and the specified date. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg725225.protmethod(en-us,AX.60).gif setValue Sets the natural key string and, optionally, the record ID of a DimensionAttributeValue record for the specified DimensionAttribute record. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.protmethod(en-us,AX.60).gif setValueData Updates the value and name fields and internal tracking value and key fields when a value is set or cleared. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif setValueEditabilityForEnums Specifies a map of enumeration values associated with a Boolean value that indicates whether the associated value can be edited. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.protmethod(en-us,AX.60).gif showWhereUsedForAttributeIndex Updates the where used group super structure by removing any information that already shows and repopulates it with the current information. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg725225.pubmethod(en-us,AX.60).gif updateEnums Updates the status of the enumeration-based controls to be enabled or disabled and to be set to a specific value. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.privmethod(en-us,AX.60).gif updateFormDataSourceFK Writes the specified set that represents the specified check boxes, combo boxes, or value controls.
Gg725225.pubmethod(en-us,AX.60).gif updateValues Updates the status of the value controls to enabled or disabledand whether it should be cleared. (Inherited from DimensionDefaultingControllerBase.)
Gg725225.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.)
Gg725225.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg725225.pubmethod(en-us,AX.60).gif writing Writes the dimension attribute set and the dimension attribute value set that represents the specified check boxes, combo boxes, and value controls.
Gg725225.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::constructInGroupWithChecks Constructs an instance of the DimensionDefaultingController class that has a check box control associated with each dimension attribute added to the specified FormGroupControl object.
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::constructInGroupWithChecksAndValues Constructs an instance of the DimensionDefaultingController class that has a check box and string edit control associated with each DimensionAttribute record added to the specified FormGroupControl object.
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::constructInGroupWithCombosAndValues Constructs an instance of the DimensionDefaultingController class that has a combo box control and string edit associated with each dimension attribute added to the specified FormGroupControl object.
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::constructInGroupWithValues Constructs an instance of the DimensionDefaultingController class that has a string edit control associated to each DimensionAttribute record added to the specified FormGroupControl container.
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::constructInTabWithChecks Constructs an instance of the DimensionDefaultingController class that has a check box control associated with each dimension attribute added to the specified FormTabPageControl object.
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::constructInTabWithChecksAndValues Constructs an instance of the DimensionDefaultingController class that has a check box and string edit control that is associated iwth each dimension attribute added to the specified FormTabPageControl object.
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::constructInTabWithCombos Constructs an instance of the DimensionDefaultingController class that has a combo box control associated with each dimension attribute added by using the specified FormTabPageControl object.
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::constructInTabWithCombosAndValues Constructs an instance of the DimensionDefaultingController class in which a combo box control and a string edit control are associated with each dimension attribute that is added to the specified FormTabPageControl object.
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::constructInTabWithValues Constructs an instance of the DimensionDefaultingController class that has a string edit control that is associated with each dimension attribute added to the specified FormTabPageControl object.
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::formDataSourceDimensionsAllowEdit Sets the allowEdit property of the extended form data source fields for the dimension array.
Gg725225.pubmethod(en-us,AX.60).gif Gg725225.static(en-us,AX.60).gif ::initContainerId Initializes the container to indicate the instance of the controller it is holding.

Top

Inheritance Hierarchy

Object Class
  DimensionControllerObject Class
    DimensionDefaultingControllerBase Class
      DimensionDefaultingController Class
        AssetAllocLineDimAttrValController_CN Class