BudgetPlanningWorkflowStagesListPanel Class [AX 2012]
The BudgetPlanningWorkflowStagesListPanel class manages a list panel control to select the budget planning stage.
| Method | Description | |
|---|---|---|
| add | (Inherited from SysListPanel.) |
| addData | Creates a BudgetPlanningWorkflowStage record for the current budget planning stage. (Overrides the addData Method.) |
| build | Creates the ListPanel design. (Overrides the build Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| context_left | (Inherited from SysListPanel.) |
| context_right | (Inherited from SysListPanel.) |
| dragOver_left | (Inherited from SysListPanel.) |
| enableButtons_upDown | (Inherited from SysListPanel.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fill | (Inherited from SysListPanel.) |
| finalize | (Inherited from SysListPanel.) |
| getData | Retrieves the items for the left and right lists of the list panel. (Overrides the getData Method.) |
| getLeftSelected | Gets the selected budget planning workflow stages. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | (Inherited from SysListPanel.) |
| insertInToList | (Inherited from SysListPanel.) |
| moveDown_Left | Moves the selected budget planning stage down in the selected planning stages in the left list panel. (Overrides the moveDown_Left Method.) |
| moveToNextStage | Moves the selected BudgetPlanningWorkflowStage record to the next stage of budget planning workflow. |
| moveToPreviousStage | Moves the selected BudgetPlanningWorkflowStage record to the previous stage of budget planning workflow. |
| moveUp_Left | Moves the selected budget planning stage up in the selected planning stages in the left list panel. (Overrides the moveUp_Left Method.) |
| new | Initializes an instance of the SysListPanel class. (Overrides the new Method.) |
| 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.) |
| numOfColumns | (Inherited from SysListPanel.) |
| numOfColumnsLeft | (Inherited from SysListPanel.) |
| numOfColumnsRight | (Inherited from SysListPanel.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmCaptionLeft | Gets or sets the CaptionLeft parameter. (Inherited from SysListPanel.) |
| parmCaptionRight | Gets or sets the CaptionRight parameter. (Inherited from SysListPanel.) |
| parmFormRun | Gets or sets the FormRun parameter. (Inherited from SysListPanel.) |
| parmHasAddAllButton | Gets or sets the HasAddAllButton parameter. (Inherited from SysListPanel.) |
| parmHasRemoveAllButton | Gets or sets the HasRemoveAllButton parameter. (Inherited from SysListPanel.) |
| parmHasUpDownButton | Gets or sets the HasUpDownButton parameter. (Inherited from SysListPanel.) |
| parmImageId | Gets or sets the ImageId parameter. (Inherited from SysListPanel.) |
| parmImageList | Gets or sets the ImageList parameter. (Inherited from SysListPanel.) |
| parmItemsNeeded | Gets or sets the ItemsNeeded parameter. (Inherited from SysListPanel.) |
| parmOnlyViewAccess | Gets or sets the OnlyViewAccess parameter. (Inherited from SysListPanel.) |
| parmPanelSeparatorTopMargin | Gets or sets the PanelSeparatorTopMargin parameter. (Inherited from SysListPanel.) |
| parmParentId | Gets or sets the ParentId parameter. (Inherited from SysListPanel.) |
| parmParentName | Gets or sets the ParentName parameter. (Inherited from SysListPanel.) |
| parmReloadMethod | Gets or sets the ReloadMethod parameter. (Inherited from SysListPanel.) |
| parmUseImageListOverlay | Gets or sets the UseImageListOverlay parameter. (Inherited from SysListPanel.) |
| parmValidateMethod | Gets or sets the ValidateMethod parameter. (Inherited from SysListPanel.) |
| parmViewLeft | Gets or sets the ViewLeft parameter. (Inherited from SysListPanel.) |
| parmviewRight | Gets or sets the viewRight parameter. (Inherited from SysListPanel.) |
| positionsUpdated | (Inherited from SysListPanel.) |
| reload | (Inherited from SysListPanel.) |
| remove | (Inherited from SysListPanel.) |
| removeData | Deletes the BudgetPlanningWorkflowStage record of the current budget plan stage. (Overrides the removeData Method.) |
| selectionChanged_left | (Inherited from SysListPanel.) |
| selectionChanged_right | (Inherited from SysListPanel.) |
| setBudgetPlanningWorkflow | Sets the budget planning workflow reference for the list panel. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sortMethod | Determines whether the records in the list panel should be sorted. (Overrides the sortMethod Method.) |
| 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.) |
| validate | Indicates whether the selected item can be removed from or added to the list. (Overrides the validate Method.) |
| validateBudgetPlanningStage | |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::addDataServer | Creates a BudgetPlanningWorkflowStage record for the current budget plan workflow. |
| ::construct | Constructs an instance of the BudgetPlanningWorkflowStagesListPanel class. |
| ::getDataServer | Retrieves the items for the left and right lists of the list panel. |
| ::getRemainingBudgetPlanningStageList | Retrieves the items for the right list of the list panel. |
| ::getSelectedBudgetPlanningStageList | Retrieves the items of the left list of the list panel. |
| ::newForm | Creates and initializes a new instance of the BudgetPlanningWorkflowStagesListPanel class. |
| ::removeDataServer | Deletes the BudgePlanningWorkflowStage record for the current budget plan workflow. |
Community Additions
ADD
Show: