com.infoengine.procunit.webject.render
Class Table
java.lang.Object
com.infoengine.procunit.webject.render.Table
- public class Table
- extends Object
Constructor Summary |
Table()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tableRows
private Vector tableRows
currentRow
private Vector currentRow
currentCol
private Vector currentCol
colHeaders
private Vector colHeaders
rowHeaders
private Vector rowHeaders
firstRowHdrSize
private int firstRowHdrSize
border
public String border
title
public String title
caption
public String caption
footer
public String footer
nullVal
public String nullVal
preTitleText
public String preTitleText
postTitleText
public String postTitleText
preTableText
public String preTableText
postTableText
public String postTableText
preCaptionText
public String preCaptionText
postCaptionText
public String postCaptionText
preHdrText
public String preHdrText
sepHdrText
public String sepHdrText
postHdrText
public String postHdrText
preFtrText
public String preFtrText
postFtrText
public String postFtrText
preRowText
public String preRowText
sepRowText
public String sepRowText
postRowText
public String postRowText
preColText
public String preColText
sepColText
public String sepColText
postColText
public String postColText
preValText
public String preValText
sepValText
public String sepValText
postValText
public String postValText
Table
public Table()
render
public String render()
nextRow
public void nextRow()
nextCol
public void nextCol()
addData
public void addData(String data)
addColHeader
public void addColHeader(String str)
getColHeaders
public Enumeration getColHeaders()
addRowHeader
public void addRowHeader(String str)
getRowHeaders
public Enumeration getRowHeaders()
lpad
public static String lpad(String str,
int len)
lpad
public static String lpad(String str,
int len,
char ch)
rpad
public static String rpad(String str,
int len)
rpad
public static String rpad(String str,
int len,
char ch)
textTable
public static Table textTable()
asciiChart
public static Table asciiChart()
main
public static void main(String[] args)