wt.part
Class HtmlTabularPartsListVisitor
java.lang.Object
wt.visitor.VisitorAdapter
wt.visitor.TextOutputVisitor
wt.part.BOMPartsListVisitor
wt.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
Method Summary |
void |
report()
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- Deprecated.
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
- Deprecated.
HtmlTabularPartsListVisitor
public HtmlTabularPartsListVisitor()
- Deprecated.
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