public class PrettyTable extends Object
Constructor and Description |
---|
PrettyTable() |
Modifier and Type | Method and Description |
---|---|
void |
addColumn(String name) |
void |
addColumn(String name,
boolean isVerbose) |
void |
addRow(Object... values) |
int |
getColumnIndex(String id) |
List<TableRow> |
getRows() |
String |
render(boolean tabbedValues,
boolean beVerbose) |
public void addColumn(String name)
public void addColumn(String name, boolean isVerbose)
public void addRow(Object... values) throws BusinessException
BusinessException
public String render(boolean tabbedValues, boolean beVerbose)
public int getColumnIndex(String id)
Copyright © 2011–2023 aiticon GmbH. All rights reserved.