DimensionDefaultingControllerNoDS Class [AX 2012]
The DimensionDefaultingController class manages the display, user interaction, and storage of defaulting dimension check boxes, combo boxes and values.
| Method | Description | |
|---|---|---|
| cacheSetupOptions | Caches options to use later to add all of the controls to the container. (Inherited from DimensionDefaultingControllerBase.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| DimensionLinkAllowFieldEdit | Rises when a field is being made editable for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| dimensionLinkChangeEnumValue | Rises when an enumeration value is being changed for a specified dimension attribute. (Inherited from DimensionDefaultingControllerBase.) |
| DimensionLinkMarkFieldOptional | Rises when a field is being made optional for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| DimensionLinkSetFieldValue | Rises when a field value is being set for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| DimensionLinkShowField | Rises when a field is being shown for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| 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.) |
| ensureControlExists | Ensures the specified dimension control exists in cases where it has not already been created. (Inherited from DimensionDefaultingControllerBase.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAttributeSetStorage | Retrieves the dimension attribute storage set that represents the check boxes or combo boxes that the user has selected. (Overrides the getAttributeSetStorage Method.) |
| getAttributeValueSet | Gets a container of all dimension attribute values and backing entity instances for the specified value set. (Inherited from DimensionControllerObject.) |
| getAttributeValueSetStorage | Retrieves the dimension attribute value storage set that represents the value controls that the user has selected. (Overrides the getAttributeValueSetStorage Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| handleCheckboxOrComboBoxModified | Caches the change and notifies the parent data source that an enumeration was changed. (Inherited from DimensionDefaultingControllerBase.) |
| handleValueEnablementForEnumValue | Specifies whether to allow for values to be edited when associated with a change in a enumeration value. (Inherited from DimensionDefaultingControllerBase.) |
| handleValueModified | Processes the direct entry of a value string. (Inherited from DimensionDefaultingControllerBase.) |
| loadAttributeSet | Loads the dimension attribute set and populates the check boxes or combo boxes. (Inherited from DimensionDefaultingControllerBase.) |
| loadAttributeValueSet | Loads the dimension attribute value set and populates the value controls from the saved state. (Inherited from DimensionDefaultingControllerBase.) |
| loadEnums | Loads the DimensionAttributeSet table and populates the check boxes or combo boxes with the saved state. |
| loadValues | Loads the DimensionAttributeValueSet table and populates the value controls with the saved state. |
| lockRootContainer | Locks or unlocks a root container. (Inherited from DimensionDefaultingControllerBase.) |
| new | Creates a new instance of the DimensionDefaultingController class. (Inherited from DimensionDefaultingControllerBase.) |
| 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.) |
| notifyEnumsChanged | Indicates that the check boxes or combo boxes have changed. (Inherited from DimensionDefaultingControllerBase.) |
| notifyValuesChanged | Indicates that the values have changed. (Inherited from DimensionDefaultingControllerBase.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| pageActivated | Adds all of the controls required by using the constructor and settings specified. (Inherited from DimensionDefaultingControllerBase.) |
| parmAttributeSetReference | Sets the logical reference to the field name, which links to a DimensionAttributeSet table. |
| parmAttributeValueSetReference | Sets the logical reference to the data source name and field name, which links to a DimensionAttributeValueSet table. |
| parmDisplayedDimensionSet | Gets or sets the DisplayedDimensionSet parameter. (Inherited from DimensionDefaultingControllerBase.) |
| parmIncludeMainAccount | Gets or sets the IncludeMainAccount parameter. (Inherited from DimensionDefaultingControllerBase.) |
| parmValidateBlockedForManualEntry | Gets or sets the ValidateBlockedForManualEntry parameter. (Inherited from DimensionDefaultingControllerBase.) |
| reactivate | Removes all controls and reactivates with new controls (Inherited from DimensionDefaultingControllerBase.) |
| saveAttributeSet | Writes the dimension attribute set that represents the check boxes or combo boxes that the user has selected. (Inherited from DimensionDefaultingControllerBase.) |
| saveAttributeValueSet | Writes the dimension attribute value set that represents the value controls that the user has selected. (Inherited from DimensionDefaultingControllerBase.) |
| saveEnums | Retrieves the record ID of a DimensionAttributeSet table that represents the combination of check boxes or combo boxes that the user has selected. |
| saveValues | Retrieves the record ID of a DimensionAttributeValueSet table that represents the combination of values that the user has selected. |
| setDimensionAttributeValue | Sets the record ID and natural key string of a record in the DimensionAttributeValue table for the specified dimension attribute. (Inherited from DimensionDefaultingControllerBase.) |
| 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.) |
| 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.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setValue | Sets the natural key string and, optionally, the record ID of a DimensionAttributeValue record for the specified DimensionAttribute record. (Inherited from DimensionDefaultingControllerBase.) |
| setValueData | Updates the value and name fields and internal tracking value and key fields when a value is set or cleared. (Inherited from DimensionDefaultingControllerBase.) |
| setValueEditabilityForEnums | Specifies a map of enumeration values associated with a Boolean value that indicates whether the associated value can be edited. (Inherited from DimensionDefaultingControllerBase.) |
| 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.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| 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.) |
| updateValues | Updates the status of the value controls to enabled or disabledand whether it should be cleared. (Inherited from DimensionDefaultingControllerBase.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::constructInGroupWithChecks | Constructs an instance of the DimensionDefaultingController class. |
| ::constructInGroupWithChecksAndValues | Constructs and returns an instance of the DimensionDefaultingController class that has a check box and string edit control associated to each DimensionAttribute table that has been added to the FormGroupControl container specified. |
| ::constructInGroupWithCombosAndValues | Constructs an instance of the DimensionDefaultingController class that has a combo box control and entry value that is associated with the DimensionAttribute tables that are added to the specified FormGroupControl container. |
| ::constructInGroupWithValues | Constructs an instance of the DimensionDefaultingController class that has a string edit control associated to each DimensionAttribute table of the specified FormGroupControl object. |
Object Class
DimensionControllerObject Class
DimensionDefaultingControllerBase Class
DimensionDefaultingControllerNoDS Class
DimensionControllerObject Class
DimensionDefaultingControllerBase Class
DimensionDefaultingControllerNoDS Class
Community Additions
ADD
Show: