SysListPanel_WorkflowWorkItemQGrp Class [AX 2012]
The SysListPanel_WorkflowWorkItemQGrp class represents a list panel control.
| Method | Description | |
|---|---|---|
| add | (Inherited from SysListPanel.) |
| addData | (Overrides the addData Method.) |
| allowAllRemoval | |
| build | (Inherited from SysListPanel.) |
| 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 SysListPanelRelationTable.) |
| finalize | (Inherited from SysListPanel.) |
| getAvailableQueues | Get the available WorkItemQueue records, those being records not already in a WorkItemQueueGroup table. |
| getData | Gets both available and selected WorkItemQueues records for the WorkItemQueueGroup list panel. (Overrides the getData Method.) |
| 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.) |
| makeBrowsableOnly | (Inherited from SysListPanelRelationTable.) |
| moveDown_Left | (Inherited from SysListPanel.) |
| moveUp_Left | (Inherited from SysListPanel.) |
| new | Initializes a new instance of the SysListPanel class. (Inherited from SysListPanel.) |
| 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 SysListPanelRelationTable.) |
| 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.) |
| parmDataContainerFieldIds | Gets or sets the DataContainerFieldIds parameter. (Inherited from SysListPanelRelationTable.) |
| parmDataField | Gets or sets the DataField parameter. (Inherited from SysListPanelRelationTable.) |
| parmDataRangeField | Gets or sets the DataRangeField parameter. (Inherited from SysListPanelRelationTable.) |
| parmDataRangeValue | Gets or sets the DataRangeValue parameter. (Inherited from SysListPanelRelationTable.) |
| parmDataTable | Gets or sets the DataTable parameter. (Inherited from SysListPanelRelationTable.) |
| 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.) |
| parmRelationField | Gets or sets the RelationField parameter. (Inherited from SysListPanelRelationTable.) |
| parmRelationRangeField | Gets or sets the RelationRangeField parameter. (Inherited from SysListPanelRelationTable.) |
| parmRelationRangeRecId | Gets or sets the RelationRangeRecId parameter. (Inherited from SysListPanelRelationTable.) |
| parmRelationRangeValue | Gets or sets the RelationRangeValue parameter. (Inherited from SysListPanelRelationTable.) |
| parmRelationTable | Gets or sets the RelationTable parameter. (Inherited from SysListPanelRelationTable.) |
| 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 | (Overrides the removeData Method.) |
| selectionChanged_left | (Overrides the selectionChanged_left Method.) |
| selectionChanged_right | (Inherited from SysListPanel.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sortMethod | (Inherited from SysListPanel.) |
| 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 | Determines whether a user is an owner of a queue so that it can be removed. (Overrides the validate Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | |
| ::newForm | Builds the user interface for the selection of the WorkItemQueue records for a WorkItemQueueGroup table. |
A list panel is a combination of selected list and an available list where both lists are list controls and has add and remove buttons to move items between lists. This class follows the pattern of extending a subclass of SysListPanel class or the SysListPanelRelationTableCallback class in this case to provide the configuration of a list panel.
Object Class
SysListPanel Class
SysListPanelRelationTable Class
SysListPanel_WorkflowWorkItemQGrp Class
SysListPanel Class
SysListPanelRelationTable Class
SysListPanel_WorkflowWorkItemQGrp Class
Community Additions
ADD
Show: