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.newRow()
          Create new table row.
 Table Table.newRow(String attributes)
          Create new table row with attributes.
 Table Table.newCell()
           
 Table Table.newCell(String attributes)
           
 Table Table.addCell(Object o)
           
 Table Table.addCell(Object o, String attributes)
           
 Table Table.newHeading()
           
 Table Table.addHeading(Object o)
           
 Table Table.addHeading(Object o, String attributes)
           
 Table Table.cellSpacing(int s)
          Set the table cell spacing.
 Table Table.cellPadding(int padding)
          Set the table cell padding.
 Table Table.spacing(int h, int v)
          Set horizontal and vertical spacing.
 Table TableForm.table()
          Get the internal table
 Table TableForm.outerTable()
          Get the internal table
 



Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.