COSDimController Class [AX 2012]
The COSDimController class is the base class for the hierarchy of classes that are used to control an individual dimension-related field on a cost accounting form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| dimensionAttributeName | Gets the name of the dimension attribute that is associated with the controller. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDatasourceNum | |
| getDimensionCodeLookupQuery | Constructs a query that fetches the dimension attribute records that are activated in cost accounting. |
| getDimensionValueLookupQuery | Constructs a query that fetches the dimension attribute values for the specified dimension attribute. |
| getFieldId | |
| getSelectedDimensionCode | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | |
| initBoundController | |
| label | |
| name | Gets the name of the wrapped control. |
| new | Initializes a new instance of the COSDimController class. |
| 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.) |
| onDimensionCodeChanged | |
| onFieldTypeIdChanged | |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmBuildControl | Gets or sets the BuildControl parameter. |
| parmDimensionCode | Gets or sets the DimensionCode parameter. |
| parmFieldTypeId | Gets or sets the FieldTypeId parameter. |
| parmFormController | Gets or sets the FormController parameter. |
| setDimAttrLabel | |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| visible | |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::isControlSupported | Indicates whether there is dimension controller support for a specified control. |
| ::newFromBuildControl | Initializes a new instance of one of the subclasses of the COSDimController class for a given control. |
Community Additions
ADD
Show: