FormButtonManager Class [AX 2012]
The FormButtonManager class handles the enabled and visible properties changes for groups of controls on a form that is based on a button specific rule set.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkButtonRule | Evaluates the rule values by calling the appropriate method on the ruleImplementer. |
| checkMultiselect | Checks whether a multi-selection has been made on the main data source. |
| checkMultiselectAllowed | Checks whether the current control allows multiselect. |
| clearCache | Clears the cached rule evaluation results. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initEvaluatedButtonsSet | |
| new | Initializes a new instance of the FormButtonManager 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmMultiselectDatasource | Sets the multiselectDatasource variable. |
| parmRuleImplementer | Gets or sets the RuleImplementer parameter. |
| refresh | Refreshes all buttons that are registered with the FormButtonManager. |
| refreshButton | Refreshes a specific button that is registered in a specific group. |
| refreshButtonById | Refreshes a specific button registered in a specific group. |
| refreshCurrentGroup | Refreshes the group that is marked as current. |
| refreshGroup | Refreshes all controls in a group. |
| refreshGroupById | Refreshes a group of controls. |
| refreshRule | Refreshes all buttons that depend on one rule. |
| registerButton | Registers a button in a group in the FormButtonManager. |
| registerButtonRule | Registers a rule that will be used for a button. |
| registerButtonRuleOnGroup | Registers a rule on a complete group. |
| registerGroup | Adds a group to the group list that is stored in the FormButtonManager class. |
| setDatasources | Passes the data sources that will be used for rule evaluation. |
| setRuleValue | Sets the value for a specific rule. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| switchToGroup | Switches the current group. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| unregisterButton | Removes a button from a specified group. |
| unregisterButtonRule | Removes a rule from the rule list that is associated with a certain registered button. |
| unregisterGroup | Removes a group and the buttons that are registered in the group from the FormButtonManager class. |
| 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.) |
| ::construct | Constructs a FormButtonManager Class instance. |
Community Additions
ADD
Show: