Uses of Class
org.mortbay.html.Table

Packages that use Table
org.mortbay.html   
 

Uses of Table in org.mortbay.html
 

Methods in org.mortbay.html that return Table
 Table Table.addCell(Object o)
           
 Table Table.addCell(Object o, String attributes)
           
 Table Table.addHeading(Object o)
           
 Table Table.addHeading(Object o, String attributes)
           
 Table Table.cellPadding(int padding)
          Set the table cell padding.
 Table Table.cellSpacing(int s)
          Set the table cell spacing.
 Table Table.newCell()
           
 Table Table.newCell(String attributes)
           
 Table Table.newHeading()
           
 Table Table.newRow()
          Create new table row.
 Table Table.newRow(String attributes)
          Create new table row with attributes.
 Table TableForm.outerTable()
          Get the internal table
 Table Table.spacing(int h, int v)
          Set horizontal and vertical spacing.
 Table TableForm.table()
          Get the internal table