admin
Class TableLayout
java.lang.Object
|
+--admin.TableLayout
- public class TableLayout
- extends java.lang.Object
This class is used as an HTML utility
it has methods to create tables and table cells
|
Constructor Summary |
TableLayout(java.io.PrintWriter prWr)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALIGN_LEFT
public static final int ALIGN_LEFT
- See Also:
- Constant Field Values
ALIGN_RIGHT
public static final int ALIGN_RIGHT
- See Also:
- Constant Field Values
ALIGN_CENTER
public static final int ALIGN_CENTER
- See Also:
- Constant Field Values
ALIGN_NONE
public static final int ALIGN_NONE
- See Also:
- Constant Field Values
TableLayout
public TableLayout(java.io.PrintWriter prWr)
beginTable
public void beginTable()
endTable
public void endTable()
row
public void row()
formCell
public void formCell(int horzAlign)
spaceCell
public void spaceCell(int width)