wt.part
Class HtmlTabularPartsListVisitor

java.lang.Object
  extended bywt.visitor.VisitorAdapter
      extended bywt.visitor.TextOutputVisitor
          extended bywt.part.BOMPartsListVisitor
              extended bywt.part.HtmlTabularPartsListVisitor
All Implemented Interfaces:
Serializable, Visitor

public class HtmlTabularPartsListVisitor
extends BOMPartsListVisitor
implements Serializable

Deprecation Notice: 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 using a different framework in an upcoming release. This class implements the report of the internal parts list as an HTML table. The format is a single part and its associated information per table row.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
          Deprecated.  
private static String RESOURCE
          Deprecated.  
 
Fields inherited from class wt.part.BOMPartsListVisitor
 
Fields inherited from class wt.visitor.TextOutputVisitor
 
Constructor Summary
HtmlTabularPartsListVisitor()
          Deprecated.  
 
Method Summary
 void report()
          Deprecated.  
 
Methods inherited from class wt.part.BOMPartsListVisitor
getConsolidatedPartsList, getPartsList, visit
 
Methods inherited from class wt.visitor.TextOutputVisitor
getLocale, getPrintWriter, getResourceBundle, printLocalizedMessage, printLocalizedMessage, printLocalizedMessage, setLocale, setPrintWriter, setPrintWriter, setResourceBundle
 
Methods inherited from class wt.visitor.VisitorAdapter
visitLevel, visitLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 
Constructor Detail

HtmlTabularPartsListVisitor

public HtmlTabularPartsListVisitor()
Deprecated. 
Method Detail

report

public void report()
Deprecated.  

This operation outputs a text report of the internal parts list. This operation should only be called after navigation is complete.

Supported API: false

Specified by:
report in class BOMPartsListVisitor