wt.part
Class HtmlPreformattedPartsListVisitor

java.lang.Object
  extended bywt.visitor.VisitorAdapter
      extended bywt.visitor.TextOutputVisitor
          extended bywt.part.BOMPartsListVisitor
              extended bywt.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

Field Summary
protected static String BLANK_SPACE
           
private static String CLASSNAME
           
private  DecimalFormat quantityFormat
           
private static String RESOURCE
           
private static boolean SHOW_ORGID
           
 
Fields inherited from class wt.part.BOMPartsListVisitor
 
Fields inherited from class wt.visitor.TextOutputVisitor
 
Constructor Summary
HtmlPreformattedPartsListVisitor()
           
 
Method Summary
 void report()
          This operation outputs a text report of the internal parts list.
 
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
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
Constructor Detail

HtmlPreformattedPartsListVisitor

public HtmlPreformattedPartsListVisitor()
Method Detail

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