|
Oracle9i Business Components for Java API Reference Oracle9i JDeveloper (9.0.4) B10391-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jdeveloper.html.HTMLElement | +--oracle.jdeveloper.html.HTMLTableCell
Reperents an HTML TABLE's TD tag.
Field Summary | |
protected HTMLElement |
Element
|
protected boolean |
hasClass
|
Fields inherited from class oracle.jdeveloper.html.HTMLElement |
sClassName |
Constructor Summary | |
HTMLTableCell(HTMLElement elem)
Constructs an a table cell whose contents are rendered by the provided HTMLElement. |
|
HTMLTableCell(HTMLElement elem,
java.lang.String sClass)
Constructs an a table cell whose contents are rendered by the provided HTMLElement. |
Method Summary | |
void |
render(java.io.PrintWriter out)
|
Methods inherited from class oracle.jdeveloper.html.HTMLElement |
fixFieldValueForHTML, getAsString, getCSSClassName, quote, render, setCSSClassName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected HTMLElement Element
protected boolean hasClass
Constructor Detail |
public HTMLTableCell(HTMLElement elem)
elem
- Element that will render the HTML TABLE's TDpublic HTMLTableCell(HTMLElement elem, java.lang.String sClass)
elem
- Element that will render the HTML TABLE's TDsClass
- CSS class name for the table cellMethod Detail |
public void render(java.io.PrintWriter out) throws java.lang.Exception
render
in class HTMLElement
java.lang.Exception
|
Oracle9i Business Components for Java API Reference Oracle9i JDeveloper (9.0.4) B10391-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.