KanbanOverviewController Class [AX 2012]
The KanbanOverviewController class implements a controller to manage the different KanbanOverviewControl objects in a form.
| Method | Description | |
|---|---|---|
| addControl | Registers a new KanbanOverviewControl object to manage. |
| canCancel | Indicates whether the selected kanban jobs in the active control can be canceled. |
| cancel | Executes a cancel action in the active control. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canChangeStatus | Determines whether the selected kanban jobs in the active control can change status. |
| canCheckPeggingTreeAvailable | Determines whether the pegging tree of a kanban can be verified. |
| canCreate | Determines whether jobs can be created in the focused container. |
| canCreateEventKanban | Indicates whether the selected kanban jobs in the active control allow creation of event kanbans. |
| canEmpty | Determines whether kanbans can be emptied in the focused container. |
| canPlan | Determines whether the selected kanban jobs in the active control can be planned. |
| canPrintKanbanCard | Determines whether a kanban card can be printed in the focused container. |
| canReassignRule | Indicates whether the selected kanban jobs can be reassigned to an alternative rule. |
| canToggleExpress | Determines whether the express flag for the selected kanban jobs in the active control can be toggled. |
| changeStatus | Executes a change status action in the active control. |
| checkPeggingTreeAvailable | Verifies the pegging tree supply in the active control. |
| create | Executes a create action in the active control. |
| createEventKanban | Executes a create event kanbans action in the active control. |
| empty | Executes an empty action in the active control. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getControls | Retrieves a list that has the managed controls. |
| 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 | Initializes the child KanbanOverviewControl objects that are managed. |
| initActions | Initializes the actions of the control. |
| new | Initializes a new instance of the KanbanOverviewController 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.) |
| parmActiveControl | Gets or sets the ActiveControl parameter. |
| parmIsSuppressed | Gets or sets the IsSuppressed parameter. |
| parmSysFormRun | Gets or sets the SysFormRun parameter. |
| plan | Executes a planning action in the active control. |
| printKanbanCard | Executes a print kanban card action in the active control. |
| reassignRule | Executes a rule reassignment action in the active control. |
| refresh | Performs an update action on all the observed controls. |
| refreshButtonAccess | Refreshes the action pane buttons of the form. |
| refreshContent | Refreshes the content of the form after an update operation. |
| removeControls | Releases and unregisters the KanbanOverviewControl objects that are managed. |
| setKanbanBoardTmpFilterCriteria | Updates the KanbanBoardTmpFilterCriteria record in all the observed controls that accept this argument. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setWrkCtrResourceGroupRecId | Updates the work center resource group record identifier in all the observed controls that accept this argument. |
| toggleExpress | Executes a toggle express action in the active control. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateSelection | Notifies all the controls that a job has changed selection. |
| updateStatus | Updates the status of a kanban job. |
| 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 KanbanOverviewController class. |
| ::newDefault | Initializes a new instance of the KanbanOverviewController class. |
Community Additions
ADD
Show: