Uses of Class
org.apache.ecs.xhtml.table

Packages that use table
org.apache.ecs.xhtml   
 

Uses of table in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return table
 table table.setSummary(java.lang.String summary)
          Set the summary="" attribue.
 table table.setAlign(java.lang.String align)
          Sets the align="" attribute.
 table table.setWidth(java.lang.String width)
          Sets the width="" attribute.
 table table.setHeight(java.lang.String height)
          Sets the height="" attribute.
 table table.setWidth(int width)
          Sets the width="" attribute.
 table table.setHeight(int height)
          Sets the height="" attribute.
 table table.setCols(int cols)
          Sets the cols="" attribute.
 table table.setCols(java.lang.String cols)
          Sets the cols="" attribute.
 table table.setCellPadding(int cellpadding)
          Sets the cellpading="" attribute.
 table table.setCellSpacing(int cellspacing)
          Sets the cellspacing="" attribute.
 table table.setCellPadding(java.lang.String cellpadding)
          Sets the cellpading="" attribute.
 table table.setCellSpacing(java.lang.String cellspacing)
          Sets the cellspacing="" attribute.
 table table.setBorder(int border)
          Sets the border="" attribute.
 table table.setBorder(java.lang.String border)
          Sets the border="" attribute.
 table table.setFrame(java.lang.String frame)
          Sets the frame="" attribute.
 table table.setRules(java.lang.String rules)
          Sets the rules="" attribute.
 table table.setBgColor(java.lang.String color)
          Sets the bgcolor="" attribute
 table table.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 table table.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 table table.addElement(Element element)
          Adds an Element to the element.
 table table.addElement(java.lang.String element)
          Adds an Element to the element.
 table table.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.