BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.TableElement

Packages that use TableElement
weblogic.html   
 

Uses of TableElement in weblogic.html
 

Methods in weblogic.html that return TableElement
static TableElement BeanHTML.fillTable(TableElement t, java.util.Enumeration e)
          Fills an HTML table from the given enumeration.
static TableElement BeanHTML.fillTable(TableElement t, java.lang.Object o)
          Fills an HTML table with values extracted from the given object.
static TableElement BeanHTML.fillTable(TableElement t, java.lang.Class c, java.lang.Object o, java.util.Enumeration e)
          Fills an HTML table with values extracted from objects from the given class.
 TableElement TableElement.resetTHead()
          Returns a new THeadElement that is the table head portion of a TableElement.
 TableElement TableElement.resetTBody()
          Returns a new TBodyElement that is the table body portion of a TableElement.
 TableElement TableElement.resetTFoot()
          Returns a new TBodyElement that is the table body portion of a TableElement.
 TableElement TableElement.addElement(TableRowElement val)
          Adds a TableRowElement to a TableElement.
 TableElement TableElement.addElement(ColGroupElement cge)
          Adds a ColGroupElement to a TableElement.
 TableElement TableElement.addElement(THeadElement the)
          Adds a THeadElement to a TableElement.
 TableElement TableElement.addElement(TBodyElement tbe)
          Adds a TBodyElement to a TableElement.
 TableElement TableElement.addElement(TFootElement tfe)
          Adds a TFootElement to a TableElement.
 TableElement TableElement.addRow(int numcols)
          Adds a row with the specified number of columns to the TableElement.
 TableElement TableElement.setAlign(AlignType align)
          Sets the alignment for the table on the page.
 TableElement TableElement.setCellAt(int row, int col, HtmlElement val)
          Sets the cell at the specified row and column to the specified HtmlElement value.
 TableElement TableElement.setCellAt(int row, int col, java.lang.String val)
          Sets the cell at the specified row and column to the specified String value.
 TableElement TableElement.setBorder(int val)
          Sets the border width to the specified number of pixels.
 TableElement TableElement.setBorderstyle(BorderstyleType style)
          Sets the borderstyle attribute (extension supported by some browsers).
 TableElement TableElement.setFramework(FrameType frame, RulesType rules)
          Sets the FRAME and RULES attributes.
 TableElement TableElement.setBgColor(java.lang.String color)
          Sets the BGCOLOR attribute.
 TableElement TableElement.setBgColor(java.awt.Color color)
          Sets the BGCOLOR attribute.
 TableElement TableElement.setBackground(java.lang.String url)
          Sets a background image for a table.
 TableElement TableElement.setCellSpacing(int val)
          Sets the cellspacing to the specified number of pixels.
 TableElement TableElement.setCellPadding(int val)
          Sets the cellpadding to the specified number of pixels.
 TableElement TableElement.setWidth(java.lang.String val)
          Sets the width to the specified number of pixels.
 TableElement TableElement.setWidth(int val)
          Sets the width to the specified number of pixels.
 TableElement TableElement.setCaption(java.lang.String str)
          Sets the caption to the specified String.
 TableElement TableElement.setCaption(HtmlElement he)
          Sets the caption to the specified HtmlElement.
 TableElement TableElement.setCaption(TableCaptionElement cap)
          Sets the caption to the specified TableCaptionElement.
 TableElement TableElement.resetColGroup()
          Returns a new ColGroupElement for a TableElement.
 

Methods in weblogic.html with parameters of type TableElement
static TableElement BeanHTML.fillTable(TableElement t, java.util.Enumeration e)
          Fills an HTML table from the given enumeration.
static TableElement BeanHTML.fillTable(TableElement t, java.lang.Object o)
          Fills an HTML table with values extracted from the given object.
static TableElement BeanHTML.fillTable(TableElement t, java.lang.Class c, java.lang.Object o, java.util.Enumeration e)
          Fills an HTML table with values extracted from objects from the given class.
 


Documentation is available at
http://www.weblogic.com/docs51