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


Field Summary
static int ALIGN_CENTER
           
static int ALIGN_LEFT
           
static int ALIGN_NONE
           
static int ALIGN_RIGHT
           
 
Constructor Summary
TableLayout(java.io.PrintWriter prWr)
           
 
Method Summary
 void beginTable()
           
 void endTable()
           
 void formCell(int horzAlign)
           
 void row()
           
 void spaceCell(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TableLayout

public TableLayout(java.io.PrintWriter prWr)
Method Detail

beginTable

public void beginTable()

endTable

public void endTable()

row

public void row()

formCell

public void formCell(int horzAlign)

spaceCell

public void spaceCell(int width)