BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.TableDataElement

Packages that use TableDataElement
weblogic.html   
 

Uses of TableDataElement in weblogic.html
 

Subclasses of TableDataElement in weblogic.html
 class TableHeadingElement
          A TableHeadingElement object is used to set the heading for a column in a TableElement.
 

Methods in weblogic.html that return TableDataElement
 TableDataElement TableDataElement.setWidth(java.lang.String width)
          Sets the width of a TableDataElement in pixels or a percent of the width of the browser.
 TableDataElement TableDataElement.setHeight(int height)
          Sets the height of a TableDataElement in pixels.
 TableDataElement TableDataElement.setAlign(AlignType val)
          Sets the alignment of a TableDataElement.
 TableDataElement TableDataElement.setVAlign(AlignType val)
          Sets the vertical alignment of a TableDataElement.
 TableDataElement TableDataElement.setNoWrap(boolean val)
          Determines whether the text in the TableDataElement wraps.
 TableDataElement TableDataElement.setColSpan(int val)
          Sets the number of columns spanned by a TableDataElement.
 TableDataElement TableDataElement.setRowSpan(int val)
          Sets the number of rows spanned by a TableDataElement.
 TableDataElement TableDataElement.setBgColor(java.lang.String color)
          Sets the background color for a table data cell.
 TableDataElement TableDataElement.setBgColor(java.awt.Color color)
          Sets the background color to the specified java.awt.Color object.
 TableDataElement TableDataElement.setBackground(java.lang.String url)
          Sets a background image for a table data cell.
 TableDataElement TableRowElement.getCellAt(int pos)
          Gets the cell at the specified position of a TableRowElement.
 TableDataElement TableRowElement.getElementAt(int pos)
          Gets the TableDataElement at the specified position of a TableRowElement.
static TableDataElement BeanHTML.adorn(TableDataElement e, java.beans.PropertyDescriptor d)
          Adds various annotations to the HTML element based on descriptor values.
 TableDataElement TableElement.getCellAt(int row, int col)
          Gets the cell at the specified row and column.
 

Methods in weblogic.html with parameters of type TableDataElement
 TableRowElement TableRowElement.addElement(TableDataElement val)
          Adds the specified TableDataElement to a TableRowElement.
static TableDataElement BeanHTML.adorn(TableDataElement e, java.beans.PropertyDescriptor d)
          Adds various annotations to the HTML element based on descriptor values.
 


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