DateEffectivenessPaneController Class [AX 2012]
The SysDateEffectiveFilterPaneController class manages the display and user interaction of the date effective filter pane.
| Method | Description | |
|---|---|---|
| applyFilter | |
| assignSingularPluralLabelContext | Assigns the labels to the controls based on whether plural or singular labels should be used. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| controlApplyButton_Clicked | The clicked method of the explicitly implemented applyButton button because this control is dynamically added at runtime, no method can be specified at design time. |
| controlOptionsButton_Clicked | The clicked method of the explicitly implemented showOptionsButton button because this control is dynamically added at runtime, no method can be specified at design time. |
| controlShowAllCheckbox_Modified | The modified method of the explicitly implemented showAllCheckbox button because this control is dynamically added at runtime, no method can be specified at design time. |
| controlShowAsOfDate_Modified | |
| controlShowCurrentButton_Clicked | The clicked method of the explicitly implemented showCurrentButton button because this control is dynamically added at runtime, no method can be specified at design time. |
| createControls | |
| 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. |
| handleOptionsButtonClicked | Processes the click event for the Options button. |
| handleShowAllCheckboxModified | Processes the modified event for the ShowAllCheckbox control. |
| handleShowCurrentButtonClicked | Processes the click event for the ShowCurrent button. |
| isShowingCurrent | |
| new | |
| 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.) |
| parmDataSourceRecId | Gets or sets the DataSourceRecId parameter. |
| parmShowAllCheckbox | |
| parmShowAsOfDate | Gets or sets the ShowAsOfDate parameter. |
| parmUseDateTime | Gets or sets the UseDateTime parameter. |
| parmUsePluralLabels | Gets or sets the UsePluralLabels parameter. |
| repositionDataSource | Repositions the primary form data source so that it displays the same record that had been active before the form was modified. |
| setAsOfDateDisplayGroupVisiblility | |
| setAsOfDateFilter | Assigns the point in time to be used as the basis of the date effective query. |
| setShowCurrentButtonVisibility | Updates the visibility property of the showCurrentButton button in the date effective pane. |
| setShowOptionsButtonVisibility | Updates the visibility property of the showOptionsButton button in the date effective pane. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showCurrent | |
| 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. |
| 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 DateEffectivenessPaneController class. |
| ::constructWithGroup | Constructs an instance of the DateEffectivenessPaneController class. |
Community Additions
ADD
Show: