DateEffectivePaneContHelper Class [AX 2012]
The DateEffectivePaneContHelper class extends the DateEffectivenessPaneController class and is manages the display and user interaction of the date effective filter pane of a cust billing classification control.
| Method | Description | |
|---|---|---|
| assignSingularPluralLabelContext | Assigns the labels to the controls based on whether plural or singular labels should be used. (Inherited from DateEffectivenessPaneController.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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.) |
| handleApplyButtonClicked | Processes the click event for the Apply button. (Overrides the handleApplyButtonClicked Method.) |
| handleOptionsButtonClicked | Processes the click event for the Options button. (Overrides the handleOptionsButtonClicked Method.) |
| handleShowAllCheckboxModified | Processes the modified event for the ShowAllCheckbox control. (Inherited from DateEffectivenessPaneController.) |
| handleShowCurrentButtonClicked | Processes the click event for the ShowCurrent button. (Overrides the handleShowCurrentButtonClicked Method.) |
| isValidateLedgerAccounts | |
| new | (Inherited from DateEffectivenessPaneController.) |
| 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.) |
| paramDateEffectiveSetupType | Gets and sets the DateEffectiveSetupType value. |
| parmCommon | Gets or sets the Common parameter. |
| parmDataSourceRecId | Gets or sets the DataSourceRecId parameter. (Inherited from DateEffectivenessPaneController.) |
| parmShowAllCheckbox | (Inherited from DateEffectivenessPaneController.) |
| parmShowAsOfDate | Gets or sets the ShowAsOfDate parameter. (Inherited from DateEffectivenessPaneController.) |
| parmUseDateTime | Gets or sets the UseDateTime parameter. (Inherited from DateEffectivenessPaneController.) |
| parmUsePluralLabels | Gets or sets the UsePluralLabels parameter. (Inherited from DateEffectivenessPaneController.) |
| repositionDataSource | Repositions the primary form data source so that it displays the same record that had been active before the form was modified. (Inherited from DateEffectivenessPaneController.) |
| setAsOfDateFilter | Assigns the point in time to be used as the basis of the date effective query. (Inherited from DateEffectivenessPaneController.) |
| setShowCurrentButtonVisibility | Updates the visibility property of the showCurrentButton button in the date effective pane. (Inherited from DateEffectivenessPaneController.) |
| setShowOptionsButtonVisibility | Updates the visibility property of the showOptionsButton button in the date effective pane. (Inherited from DateEffectivenessPaneController.) |
| 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.) |
| updateVersionControls | Updates the values held by the controls created by the class to by in sync with the metadata of the FormDataSource query. (Inherited from DateEffectivenessPaneController.) |
| 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.) |
| ::constructWithForm | Constructs an instance of the DateEffectivePaneContHelper class, which adds customized logic to the DateEffectivenessPaneController class. |
Community Additions
ADD
Show: