Uses of Class
wt.templateutil.table.WTHtmlTable

Packages that use WTHtmlTable
com.ptc.windchill.cadx.caddoc   
com.ptc.windchill.cadx.common.picker.table   
wt.change2.htmlclient Defines an interface for the change objects from wt.change2
wt.doc   
wt.epm.clients.htmltemplates   
wt.templateutil.table Provides support for PDMLink-like HTML tables and defines several table services:
AssociationListTableService AttributeListTableService BasicTableService ListContentTableService TemplateProcessorTableService
including support for special columns, column headers and table entires with special formatting, etc. 
 

Uses of WTHtmlTable in com.ptc.windchill.cadx.caddoc
 

Methods in com.ptc.windchill.cadx.caddoc that return WTHtmlTable
private  WTHtmlTable MadeFromProcessorWNC.newWTHtmlTable(boolean newLookAndFeel)
           
private  WTHtmlTable CADDocProcessorService.newWTHtmlTable(boolean newLookAndFeel)
           
 

Uses of WTHtmlTable in com.ptc.windchill.cadx.common.picker.table
 

Subclasses of WTHtmlTable in com.ptc.windchill.cadx.common.picker.table
 class PickerHTMLTable
          There is no way to set the icon table column, other than creating your own table class.
 

Uses of WTHtmlTable in wt.change2.htmlclient
 

Subclasses of WTHtmlTable in wt.change2.htmlclient
 class ChangeableAssociationTable
          Deprecated. This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten on a JSP framework in an upcoming release. This table model is used to display Changeable objects that are associated with Change Object. This is needed in order to have a Comments: row associated with each Changeable.
 class SubjectProductAssociationTable
          Deprecated. This class is still valid for this release, however this serves as advance notice that it will be removed in the future. All user interfaces built using the Windchill HTML Template Processing client architecture will be rewritten on a JSP framework in an upcoming release. This table model is used to display WTProductMaster objects that are associated with Change Object. This is needed in order to have a Comments: row associated with each Changeable.
 

Uses of WTHtmlTable in wt.doc
 

Subclasses of WTHtmlTable in wt.doc
 class DocumentReferenceTable
          

Supported API: false

Extendable: false
 

Uses of WTHtmlTable in wt.epm.clients.htmltemplates
 

Methods in wt.epm.clients.htmltemplates that return WTHtmlTable
private  WTHtmlTable EPMProcessorService.newWTHtmlTable(boolean newLookAndFeel)
           
 

Uses of WTHtmlTable in wt.templateutil.table
 

Subclasses of WTHtmlTable in wt.templateutil.table
 class PDMLinkHTMLTable
          Deprecated.