KanbanBoardWorkCellButtonManager Class [AX 2012]
The KanbanBoardWorkCellButtonManager helper class manages the action pane buttons of the KanbanBoardWorkCell form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkCancel | Indicates whether the selected kanban jobs can be canceled. |
| checkCancelMaintain | Indicates whether the selected kanban jobs can be canceled. |
| checkChangeStatus | Indicates whether the selected kanban jobs can change status. |
| checkCompleteDetailsEnabled | Verifies that the Complete with Details button should be enabled. |
| checkCompleteEnabled | Verifies whether the Complete button should be enabled. |
| checkCompleteTransferEnabled | Verifies whether the Complete Transfer button should be enabled. |
| checkCreateEventKanbansEnabled | Verifies whether the Create Event Kanbans button should be enabled. |
| checkCreateEventKanbansOverviewEnabled | Verifies whether the Create Event Kanbans button in the quantity overview control will be enabled. |
| checkEmpty | Specifies whether the selected kanban jobs are related to kanbans that can be emptied. |
| checkPeggingTreeAvailable | Determines whether the selected kanban job in the kanban overview control can check its pegging tree availability. |
| checkPlan | Indicates whether the selected kanban jobs can be planned. |
| checkPrepareEnabled | Verifies whether the Prepare button should be enabled. |
| checkPrintEnabled | Verifies whether the Print button should be enabled. |
| checkPrioritizeMaintain | Determines whether the kanban job can be prioritized. |
| checkReassignRule | Indicates whether the selected kanban jobs can be reassigned to an alternative rule. |
| checkRevertStatus | Determines whether the kanban job status can be reverted. |
| checkStartEnabled | Verifies whether the Start button should be enabled. |
| checkStartTransferEnabled | Verifies whether the Start Transfer button should be enabled. |
| checkToggleExpress | Specifies whether the Express value of the selected kanban job can be toggled. |
| checkViewPeggingTreeEnabled | Verifies whether the View Pegging Tree button should be enabled. |
| clearCache | Performs special actions regarding clearing the advanced cache for the KanbanBoardButtonManager class. |
| determineButtonStates | Implements special actions needed by the KanbanBoardButtonManager class regarding rule evaluation. |
| 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 | Initializes a new instance of the KanbanBoardWorkCellButtonManager 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.) |
| parmKanbanBoardProcessJobList | Gets or sets the KanbanBoardProcessJobList parameter. |
| parmKanbanBoardTransferJobList | Gets or sets the KanbanBoardTransferJobList parameter. |
| parmKanbanOverviewController | Gets or sets the KanbanOverviewController parameter. |
| setDatasources | Sets the data source instances used by the helper class. |
| 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.) |
| ::construct | Initializes a new instance of the KanbanBoardWorkCellButtonManager class. |
| ::newDefault | Initializes a new instance of the KanbanBoardWorkCellButtonManager class. |
Community Additions
ADD
Show: