Uses of Class
wt.clients.beans.table.WTTableAction

Packages that use WTTableAction
wt.workflow
Provides classes to represent and manage workflow definitions, initiate and manage process instances, and distribute work items to users and groups. 
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
wt.workflow.worklist
Provides workflow classes that construct the interface for users to view and act on their work items. 
 

Uses of WTTableAction in wt.workflow
 

Subclasses of WTTableAction in wt.workflow
 class TableLoaderAction
          TableLoaderAction populates a table model with formated work item data.
 

Uses of WTTableAction in wt.workflow.work
 

Subclasses of WTTableAction in wt.workflow.work
 class AssociatedProcessLoadAction
           
 

Uses of WTTableAction in wt.workflow.worklist
 

Subclasses of WTTableAction in wt.workflow.worklist
 class AdminLoadAction
           
 class UserLoadAction