DocumentListPageInteraction Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkReceiptList | Indicates whether the list page is used to display the expense report receipts. |
| docuRef | |
| 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.) |
| handleReceiptExpenseLineContext | Handles the scenario when receipts are being displayed and expense line context is received.The expense line context is changed to the corresponding header context. |
| initialized | Hides the fields in the grid and action pane buttons, based on whether the list page is used to show receipts. (Overrides the initialized Method.) |
| initializeQuery | Sets the necessary filters on a query used in the document list page. (Overrides the initializeQuery Method.) |
| initializing | Initialize the isReceiptList property, and is used to show or hide buttons and fields. (Overrides the initializing Method.) |
| listPage | (Inherited from ListPageInteraction.) |
| new | Creates a new PageInteraction object operating on a listPage. (Inherited from ListPageInteraction.) |
| 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.) |
| page | Gets the ListPage instance. (Inherited from PageInteraction.) |
| selectionChanged | Sets the control state of a list page by using the current selection. (Overrides the selectionChanged Method.) |
| setButtonEnabled | Disables or enables the attach imported receipt button, depending on whether there are available receipts. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| tabChanged | Called when the active tab is changed. (Inherited from ListPageInteraction.) |
| 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.) |
Community Additions
ADD
Show: