Uses of Class
com.ibm.wpc.WpcTabAttrColType

Packages that use WpcTabAttrColType
com.ibm.wpc   
 

Uses of WpcTabAttrColType in com.ibm.wpc
 

Methods in com.ibm.wpc that return WpcTabAttrColType
 WpcTabAttrColType[][][] WpcContainerViewType.getTabGroup()
          Gets the tabGroup value for this WpcContainerViewType.
 WpcTabAttrColType[][] WpcContainerViewType.getTabGroup(int i)
           
 

Methods in com.ibm.wpc with parameters of type WpcTabAttrColType
 void WpcContainerViewType.setTabGroup(int i, WpcTabAttrColType[][] _value)
           
 void WpcContainerViewType.setTabGroup(WpcTabAttrColType[][][] tabGroup)
          Sets the tabGroup value for this WpcContainerViewType.
 

Constructors in com.ibm.wpc with parameters of type WpcTabAttrColType
WpcContainerViewType(java.lang.String[] containerName, java.lang.String[] wpcWorkflowName, java.lang.String[] wpcWorkflowStepName, WpcTabAttrColType[][][] tabGroup, WpcAttributeCollectionType[][] attributeCollections, java.lang.String name)