SysListPageHelper Class [AX 2012]
The SysListPageHelper class supplies commonly used functionality relating to list pages and opens task pages from list pages.
| Method | Description | |
|---|---|---|
| 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.) |
| new | Prevents instantiation of the static SysListPageHelper 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.) |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::formInitialize | Creates and initializes an instance of the form with the given name. |
| ::handleInitPostSuper | Performs all necessary actions for preparing to open a task page from a list page that should be taken in the init method after you call the super method. |
| ::handleInitPreSuper | Performs all necessary actions for preparing to open a task page from a list page that should be taken during the init method before calling the super method. |
| ::handleRunPostSuper | Performs all necessary actions for preparing to open a task page from a list page that should be taken during the Run method after the super method is called. |
| ::handleRunPreSuper | Performs all necessary actions for preparing to open a task page from a list page that should be taken during the run method before calling the super method. |
| ::isFormOpenedWithGivenOpenMode | Determines whether the form is being opened in the given form open mode. |
| ::isFormOpenedWithOpenModeForEditParm | Determines whether the form is being opened to modify an existing record. |
| ::isFormOpenedWithOpenModeForNewParm | Determines whether the form is being opened to create a new record. |
| ::isFormOpenedWithOpenModeParm | Determines whether an open mode is specified. |
| ::runAndDetach | Runs and detaches the given FormRun instance. |
| ::runFormWithModeledQuery | Creates, initializes, runs, and detaches a new instance of the form with the given name. |
| ::setTab | Sets the selected tab to the given tab index. |
Community Additions
ADD
Show: