Class TableCreator
java.lang.Object
org.broadleafcommerce.common.util.TableCreator
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TableCreator.Col[]
protected int
protected int
protected StringBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRow
(TableCreator.Col[] cols) protected int
toString()
withGlobalRowHeaderWidth
(int width)
-
Field Details
-
cols
-
rowWidth
protected int rowWidth -
sb
-
globalRowHeaderWidth
protected int globalRowHeaderWidth
-
-
Constructor Details
-
TableCreator
-
-
Method Details