BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.TableRowElement

Packages that use TableRowElement
weblogic.html   
 

Uses of TableRowElement in weblogic.html
 

Subclasses of TableRowElement in weblogic.html
 class BeanHTML
          Uses Java Bean idioms to create various HTML elements.
 

Methods in weblogic.html that return TableRowElement
 TableRowElement TableRowElement.addElement(java.lang.String str)
          Adds the specified string as a TableDataElement to a TableRowElement.
 TableRowElement TableRowElement.addElement(HtmlElement val)
          Adds the specified HtmlElement as a TableDataElement to a TableRowElement.
 TableRowElement TableRowElement.addElement(TableDataElement val)
          Adds the specified TableDataElement to a TableRowElement.
 TableRowElement TableRowElement.setAlign(AlignType val)
          Sets the horizontal alignment (ALIGN) of a TableRowElement.
 TableRowElement TableRowElement.setBgColor(java.lang.String color)
          Sets the background color attribute for a TableRowElement.
 TableRowElement TableRowElement.setBgColor(java.awt.Color color)
          Sets the background color attribute for a TableRowElement.
 TableRowElement TableRowElement.setVAlign(AlignType val)
          Sets the vertical alignment (VALIGN) of a TableRowElement.
static TableRowElement BeanHTML.getTableHeading(java.lang.Class c)
          Returns an HTML table heading based on simple, visible properties of the given class.
static TableRowElement BeanHTML.getTableHeading(java.beans.PropertyDescriptor[] descs)
          Returns an HTML table heading based on simple, visible properties in the given array of PropertyDescriptors.
static TableRowElement BeanHTML.getRow(java.lang.Object o)
          Returns an HTML table row based on property values of simple, visible properties of the given object.
static TableRowElement BeanHTML.getRow(java.lang.Object o, java.beans.PropertyDescriptor[] descs)
          Returns an HTML table row based on property values of simple, visible properties from the given array of descriptors extracted from the given object.
 TableRowElement TableElement.getRowAt(int pos)
          Gets the TableRowElement at the specified index position.
 TableRowElement TableElement.getElementAt(int pos)
          Gets the TableRowElement at the specified index position.
 

Methods in weblogic.html with parameters of type TableRowElement
 TBodyElement TBodyElement.addElement(TableRowElement tre)
           
 THeadElement THeadElement.addElement(TableRowElement tre)
           
 TableElement TableElement.addElement(TableRowElement val)
          Adds a TableRowElement to a TableElement.
 TFootElement TFootElement.addElement(TableRowElement tre)
          Adds a TableRowElement to a TableFootElement.
 


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