wt.part
Class HtmlPreformattedPartsListVisitor
java.lang.Object
wt.visitor.VisitorAdapter
wt.visitor.TextOutputVisitor
wt.part.BOMPartsListVisitor
wt.part.HtmlPreformattedPartsListVisitor
- All Implemented Interfaces:
- Serializable, Visitor
- public class HtmlPreformattedPartsListVisitor
- extends BOMPartsListVisitor
- implements Serializable
This class implements the report of the internal parts list as preformatted
HTML. The format is a single part and its associated information per
line.
Supported API: true
Extendable: true
- See Also:
- Serialized Form
Method Summary |
void |
report()
This operation outputs a text report of the internal parts list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
BLANK_SPACE
protected static final String BLANK_SPACE
- See Also:
- Constant Field Values
quantityFormat
private DecimalFormat quantityFormat
SHOW_ORGID
private static boolean SHOW_ORGID
HtmlPreformattedPartsListVisitor
public HtmlPreformattedPartsListVisitor()
report
public void report()
- This operation outputs a text report of the internal parts list.
This operation should only be called after navigation is complete.
Supported API: true
- Specified by:
report
in class BOMPartsListVisitor