BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.html.TableRowElement

Packages that use TableRowElement
weblogic.html The HtmlKona package is deprecated. 
 

Uses of TableRowElement in weblogic.html
 

Subclasses of TableRowElement in weblogic.html
 class BeanHTML
          Deprecated.  
 

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

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


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.