|
BEA Systems, Inc. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableElement | |
weblogic.html | The HtmlKona package is deprecated. |
Uses of TableElement in weblogic.html |
Methods in weblogic.html that return TableElement | |
TableElement |
TableElement.resetTHead()
Deprecated. Returns a new THeadElement that is the table head portion of a TableElement. |
TableElement |
TableElement.resetTBody()
Deprecated. Returns a new TBodyElement that is the table body portion of a TableElement. |
TableElement |
TableElement.resetTFoot()
Deprecated. Returns a new TBodyElement that is the table body portion of a TableElement. |
TableElement |
TableElement.addElement(TableRowElement val)
Deprecated. Adds a TableRowElement to a TableElement. |
TableElement |
TableElement.addElement(ColGroupElement cge)
Deprecated. Adds a ColGroupElement to a TableElement. |
TableElement |
TableElement.addElement(THeadElement the)
Deprecated. Adds a THeadElement to a TableElement. |
TableElement |
TableElement.addElement(TBodyElement tbe)
Deprecated. Adds a TBodyElement to a TableElement. |
TableElement |
TableElement.addElement(TFootElement tfe)
Deprecated. Adds a TFootElement to a TableElement. |
TableElement |
TableElement.addRow(int numcols)
Deprecated. Adds a row with the specified number of columns to the TableElement. |
TableElement |
TableElement.setAlign(AlignType align)
Deprecated. Sets the alignment for the table on the page. |
TableElement |
TableElement.setCellAt(int row,
int col,
HtmlElement val)
Deprecated. 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)
Deprecated. Sets the cell at the specified row and column to the specified String value. |
TableElement |
TableElement.setBorder(int val)
Deprecated. Sets the border width to the specified number of pixels. |
TableElement |
TableElement.setBorderstyle(BorderstyleType style)
Deprecated. Sets the borderstyle attribute (extension supported by some browsers). |
TableElement |
TableElement.setFramework(FrameType frame,
RulesType rules)
Deprecated. Sets the FRAME and RULES attributes. |
TableElement |
TableElement.setBgColor(java.lang.String color)
Deprecated. Sets the BGCOLOR attribute. |
TableElement |
TableElement.setBgColor(java.awt.Color color)
Deprecated. Sets the BGCOLOR attribute. |
TableElement |
TableElement.setBackground(java.lang.String url)
Deprecated. Sets a background image for a table. |
TableElement |
TableElement.setCellSpacing(int val)
Deprecated. Sets the cellspacing to the specified number of pixels. |
TableElement |
TableElement.setCellPadding(int val)
Deprecated. Sets the cellpadding to the specified number of pixels. |
TableElement |
TableElement.setWidth(java.lang.String val)
Deprecated. Sets the width to the specified number of pixels. |
TableElement |
TableElement.setWidth(int val)
Deprecated. Sets the width to the specified number of pixels. |
TableElement |
TableElement.setCaption(java.lang.String str)
Deprecated. Sets the caption to the specified String. |
TableElement |
TableElement.setCaption(HtmlElement he)
Deprecated. Sets the caption to the specified HtmlElement. |
TableElement |
TableElement.setCaption(TableCaptionElement cap)
Deprecated. Sets the caption to the specified TableCaptionElement. |
TableElement |
TableElement.resetColGroup()
Deprecated. Returns a new ColGroupElement for a TableElement. |
static TableElement |
BeanHTML.fillTable(TableElement t,
java.util.Enumeration e)
Deprecated. Fills an HTML table from the given enumeration. |
static TableElement |
BeanHTML.fillTable(TableElement t,
java.lang.Object o)
Deprecated. 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)
Deprecated. Fills an HTML table with values extracted from objects from the given class. |
Methods in weblogic.html with parameters of type TableElement | |
static TableElement |
BeanHTML.fillTable(TableElement t,
java.util.Enumeration e)
Deprecated. Fills an HTML table from the given enumeration. |
static TableElement |
BeanHTML.fillTable(TableElement t,
java.lang.Object o)
Deprecated. 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)
Deprecated. Fills an HTML table with values extracted from objects from the given class. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs60 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |