DimensionController Class [AX 2012]

The DimensionController class is used as a base class for specialized classes that all use the segmented entry control and processes multiple dimension related segments as a group.

Syntax

class DimensionController extends DimensionControllerObject

Run On

Called

Methods

  Method Description
Gg752196.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg752196.protmethod(en-us,AX.60).gif checkForBlockedValue Determines whether the specified value is blocked and cannot be entered.
Gg752196.protmethod(en-us,AX.60).gif clearInvalidSegment Clears the specified control segment, marks it as invalid, and prevents the user from leaving the segment.
Gg752196.pubmethod(en-us,AX.60).gif clearReference Clears the record ID of the DimensionAttributeValueCombination record that is referenced by the dialog field or the table field and reloads a blank control.
Gg752196.protmethod(en-us,AX.60).gif control_segmentEntered Modifies the explicitly implemented segmented entry control segmentEntered method not to require the method to be specified at design time on all uptake forms.
Gg752196.protmethod(en-us,AX.60).gif DimensionLinkAllowFieldEdit Rises when a field is being made editable for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg752196.protmethod(en-us,AX.60).gif DimensionLinkMarkFieldOptional Rises when a field is being made optional for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg752196.protmethod(en-us,AX.60).gif DimensionLinkSetFieldValue Rises when a field value is being set for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg752196.protmethod(en-us,AX.60).gif DimensionLinkShowField Rises when a field is being shown for a specified dimension attribute. (Inherited from DimensionControllerObject.)
Gg752196.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg752196.pubmethod(en-us,AX.60).gif getAccountStructure Retrieves the current account structure.
Gg752196.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.)
Gg752196.protmethod(en-us,AX.60).gif getReference Gets the record ID of the DimensionAttributeValueCombination record that is referenced by the dialog field or the table field.
Gg752196.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg752196.pubmethod(en-us,AX.60).gif getValue Retrieves the value of the specified dimension attribute.
Gg752196.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg752196.pubmethod(en-us,AX.60).gif jumpRef Provides a way to locate the main table.
Gg752196.pubmethod(en-us,AX.60).gif jumpRefDialogField Jumps to the dialog field when the dialog fields are dynamically added at runtime.
Gg752196.pubmethod(en-us,AX.60).gif loadAutoCompleteData Retrieves the AutoComplete data for segment lookup purposes.
Gg752196.pubmethod(en-us,AX.60).gif loadAutoCompleteDataDialogField Jumps to the dialog field when the dialog fields are dynamically added at runtime.
Gg752196.pubmethod(en-us,AX.60).gif loadFromDimensionStorage Loads an instance of the DimensionStorage class into the control.
Gg752196.pubmethod(en-us,AX.60).gif loadSegments Loads a previously stored segmented value combination into the control.
Gg752196.pubmethod(en-us,AX.60).gif loadSegmentsDialogField Loads the segments from the specified FormSegmentedEntryControl object.
Gg752196.protmethod(en-us,AX.60).gif new Initializes a new instance of the DimensionController class.
Gg752196.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.)
Gg752196.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.)
Gg752196.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg752196.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg752196.pubmethod(en-us,AX.60).gif parmControl Gets or sets the Control parameter.
Gg752196.pubmethod(en-us,AX.60).gif parmDataAreaId Gets or sets the DataAreaId parameter.
Gg752196.protmethod(en-us,AX.60).gif parmDataSource Sets a reference to the data source and field name that link to a DimensionAttributeValueCombination table.
Gg752196.pubmethod(en-us,AX.60).gif parmDialogField Sets a reference to and initializes the override methods on the DialogField class that contain a value reference to a DimensionAttributeValueCombination record.
Gg752196.pubmethod(en-us,AX.60).gif parmDisableMRU Gets or sets the DisableMRU parameter.
Gg752196.protmethod(en-us,AX.60).gif parmIsChildController Checks whether the controller is a root-level controller or a child-level controller.
Gg752196.pubmethod(en-us,AX.60).gif parmSkipSuspendedAndActiveDateValidation Gets or sets the SkipSuspendedAndActiveDateValidation parameter.
Gg752196.pubmethod(en-us,AX.60).gif parmValidateBlockedForManualEntry Gets or sets the ValidateBlockedForManualEntry parameter.
Gg752196.pubmethod(en-us,AX.60).gif resolveReference Saves the segmented value combination.
Gg752196.pubmethod(en-us,AX.60).gif resolveReferenceDialogField Saves the segmented value combination.
Gg752196.pubmethod(en-us,AX.60).gif segmentValueChanged Updates the controller when the value of a segment changes.
Gg752196.pubmethod(en-us,AX.60).gif segmentValueChangedDialogField Updates the controller when the value of a segment changes.
Gg752196.pubmethod(en-us,AX.60).gif setDataAreaId Sets an instance of the DataAreaId class that is used by the controller.
Gg752196.protmethod(en-us,AX.60).gif setReference Sets the record ID of the DimensionAttributeValueCombination referenced by the dialog field or table field.
Gg752196.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg752196.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg752196.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.)
Gg752196.pubmethod(en-us,AX.60).gif validate Validates the controller.
Gg752196.pubmethod(en-us,AX.60).gif validateDialogField Validates the fields.
Gg752196.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg752196.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg752196.pubmethod(en-us,AX.60).gif Gg752196.static(en-us,AX.60).gif ::validateUsedDimensionAttributeValue Validates the specified dimension attribute value.

Top

Inheritance Hierarchy

Object Class
  DimensionControllerObject Class
    DimensionController Class
      DimensionDynamicAccountController Class
      LedgerDimensionController Class
      LedgerDimensionDefaultAccountController Class