public abstract class WebTable extends Object implements TableInterface
| Modifier and Type | Field and Description |
|---|---|
protected int |
columnCount |
protected int |
debugLevel |
protected GenericPrinter |
output |
protected int |
rowCount |
CCW, CW, NORMAL| Constructor and Description |
|---|
WebTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishRow() |
void |
finishTable() |
void |
formatCell(Object value) |
void |
formatCell(Object value,
int format) |
void |
formatDataRow(Object... values) |
void |
formatDataRow(ResultSet rs) |
void |
formatHeaderRow(Object... values) |
void |
formatHeaderRow(ResultSet rs) |
int |
getColumnCount() |
int |
getDebugLevel() |
void |
setColumnCount(int value) |
void |
setDebugLevel(int value) |
void |
setOutput(GenericPrinter value) |
void |
startRow() |
void |
startTable() |
protected GenericPrinter output
protected int debugLevel
protected int columnCount
protected int rowCount
public WebTable()
public void finishRow()
public void finishTable()
finishTable in interface TableInterfacepublic void formatCell(Object value)
public void formatCell(Object value, int format)
formatCell in interface TableInterfacepublic void formatDataRow(Object... values)
formatDataRow in interface TableInterfacepublic void formatDataRow(ResultSet rs) throws SQLException
formatDataRow in interface TableInterfaceSQLExceptionpublic void formatHeaderRow(Object... values)
formatHeaderRow in interface TableInterfacepublic void formatHeaderRow(ResultSet rs) throws SQLException
formatHeaderRow in interface TableInterfaceSQLExceptionpublic int getColumnCount()
getColumnCount in interface TableInterfacepublic int getDebugLevel()
getDebugLevel in interface TableInterfacepublic void setColumnCount(int value)
setColumnCount in interface TableInterfacepublic void setDebugLevel(int value)
setDebugLevel in interface TableInterfacepublic void startRow()
public void startTable()
startTable in interface TableInterfacepublic void setOutput(GenericPrinter value)
setOutput in interface TableInterface