BudgetPlanningWorkflowStagesListPanel Class [AX 2012]

The BudgetPlanningWorkflowStagesListPanel class manages a list panel control to select the budget planning stage.

Syntax

class BudgetPlanningWorkflowStagesListPanel extends SysListPanel

Run On

Called

Methods

  Method Description
JJ756320.pubmethod(en-us,AX.60).gif add (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif addData Creates a BudgetPlanningWorkflowStage record for the current budget planning stage. (Overrides the addData Method.)
JJ756320.protmethod(en-us,AX.60).gif build Creates the ListPanel design. (Overrides the build Method.)
JJ756320.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif context_left (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif context_right (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif dragOver_left (Inherited from SysListPanel.)
JJ756320.protmethod(en-us,AX.60).gif enableButtons_upDown (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif fill (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif finalize (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif getData Retrieves the items for the left and right lists of the list panel. (Overrides the getData Method.)
JJ756320.privmethod(en-us,AX.60).gif getLeftSelected Gets the selected budget planning workflow stages.
JJ756320.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif init (Inherited from SysListPanel.)
JJ756320.protmethod(en-us,AX.60).gif insertInToList (Inherited from SysListPanel.)
JJ756320.protmethod(en-us,AX.60).gif moveDown_Left Moves the selected budget planning stage down in the selected planning stages in the left list panel. (Overrides the moveDown_Left Method.)
JJ756320.pubmethod(en-us,AX.60).gif moveToNextStage Moves the selected BudgetPlanningWorkflowStage record to the next stage of budget planning workflow.
JJ756320.pubmethod(en-us,AX.60).gif moveToPreviousStage Moves the selected BudgetPlanningWorkflowStage record to the previous stage of budget planning workflow.
JJ756320.protmethod(en-us,AX.60).gif moveUp_Left Moves the selected budget planning stage up in the selected planning stages in the left list panel. (Overrides the moveUp_Left Method.)
JJ756320.protmethod(en-us,AX.60).gif new Initializes an instance of the SysListPanel class. (Overrides the new Method.)
JJ756320.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif numOfColumns (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif numOfColumnsLeft (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif numOfColumnsRight (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif parmCaptionLeft Gets or sets the CaptionLeft parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmCaptionRight Gets or sets the CaptionRight parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmFormRun Gets or sets the FormRun parameter. (Inherited from SysListPanel.)
JJ756320.protmethod(en-us,AX.60).gif parmHasAddAllButton Gets or sets the HasAddAllButton parameter. (Inherited from SysListPanel.)
JJ756320.protmethod(en-us,AX.60).gif parmHasRemoveAllButton Gets or sets the HasRemoveAllButton parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmHasUpDownButton Gets or sets the HasUpDownButton parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmImageId Gets or sets the ImageId parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmImageList Gets or sets the ImageList parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmItemsNeeded Gets or sets the ItemsNeeded parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmOnlyViewAccess Gets or sets the OnlyViewAccess parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmPanelSeparatorTopMargin Gets or sets the PanelSeparatorTopMargin parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmParentId Gets or sets the ParentId parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmParentName Gets or sets the ParentName parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmReloadMethod Gets or sets the ReloadMethod parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmUseImageListOverlay Gets or sets the UseImageListOverlay parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmValidateMethod Gets or sets the ValidateMethod parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmViewLeft Gets or sets the ViewLeft parameter. (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif parmviewRight Gets or sets the viewRight parameter. (Inherited from SysListPanel.)
JJ756320.protmethod(en-us,AX.60).gif positionsUpdated (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif reload (Inherited from SysListPanel.)
JJ756320.protmethod(en-us,AX.60).gif remove (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif removeData Deletes the BudgetPlanningWorkflowStage record of the current budget plan stage. (Overrides the removeData Method.)
JJ756320.pubmethod(en-us,AX.60).gif selectionChanged_left (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif selectionChanged_right (Inherited from SysListPanel.)
JJ756320.pubmethod(en-us,AX.60).gif setBudgetPlanningWorkflow Sets the budget planning workflow reference for the list panel.
JJ756320.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ756320.protmethod(en-us,AX.60).gif sortMethod Determines whether the records in the list panel should be sorted. (Overrides the sortMethod Method.)
JJ756320.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif validate Indicates whether the selected item can be removed from or added to the list. (Overrides the validate Method.)
JJ756320.privmethod(en-us,AX.60).gif validateBudgetPlanningStage
JJ756320.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ756320.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ756320.privmethod(en-us,AX.60).gif JJ756320.static(en-us,AX.60).gif ::addDataServer Creates a BudgetPlanningWorkflowStage record for the current budget plan workflow.
JJ756320.pubmethod(en-us,AX.60).gif JJ756320.static(en-us,AX.60).gif ::construct Constructs an instance of the BudgetPlanningWorkflowStagesListPanel class.
JJ756320.privmethod(en-us,AX.60).gif JJ756320.static(en-us,AX.60).gif ::getDataServer Retrieves the items for the left and right lists of the list panel.
JJ756320.pubmethod(en-us,AX.60).gif JJ756320.static(en-us,AX.60).gif ::getRemainingBudgetPlanningStageList Retrieves the items for the right list of the list panel.
JJ756320.pubmethod(en-us,AX.60).gif JJ756320.static(en-us,AX.60).gif ::getSelectedBudgetPlanningStageList Retrieves the items of the left list of the list panel.
JJ756320.pubmethod(en-us,AX.60).gif JJ756320.static(en-us,AX.60).gif ::newForm Creates and initializes a new instance of the BudgetPlanningWorkflowStagesListPanel class.
JJ756320.privmethod(en-us,AX.60).gif JJ756320.static(en-us,AX.60).gif ::removeDataServer Deletes the BudgePlanningWorkflowStage record for the current budget plan workflow.

Top

Inheritance Hierarchy

Object Class
  SysListPanel Class
    BudgetPlanningWorkflowStagesListPanel Class