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