org.broadleafcommerce.common.util
Class TableCreator
java.lang.Object
org.broadleafcommerce.common.util.TableCreator
public class TableCreator
- extends Object
cols
protected TableCreator.Col[] cols
rowWidth
protected int rowWidth
sb
protected StringBuilder sb
globalRowHeaderWidth
protected int globalRowHeaderWidth
TableCreator
public TableCreator(TableCreator.Col[] cols)
calculateRowWidth
protected int calculateRowWidth()
addSeparator
public TableCreator addSeparator()
addRow
public TableCreator addRow(TableCreator.Col[] cols)
addRow
public TableCreator addRow(Object[] data)
addRow
public TableCreator addRow(String rowHeader,
Object rowData)
withGlobalRowHeaderWidth
public TableCreator withGlobalRowHeaderWidth(int width)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.