oracle.jdeveloper.html
Class HTMLTableCell
java.lang.Object
|
+--oracle.jdeveloper.html.HTMLElement
|
+--oracle.jdeveloper.html.HTMLTableCell
- Direct Known Subclasses:
- HTMLFormField
- public class HTMLTableCell
- extends HTMLElement
Reperents an HTML TABLE's TD tag.
- Version:
- PUBLIC
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Element
protected HTMLElement Element
hasClass
protected boolean hasClass
HTMLTableCell
public HTMLTableCell(HTMLElement elem)
- Constructs an a table cell whose contents are rendered by the provided HTMLElement.
- Parameters:
elem
- Element that will render the HTML TABLE's TD
HTMLTableCell
public HTMLTableCell(HTMLElement elem,
java.lang.String sClass)
- Constructs an a table cell whose contents are rendered by the provided HTMLElement.
- Parameters:
elem
- Element that will render the HTML TABLE's TD
sClass
- CSS class name for the table cell
render
public void render(java.io.PrintWriter out)
throws java.lang.Exception
-
- Specified by:
render
in class HTMLElement
-
java.lang.Exception
Copyright © 1997, 2003, Oracle. All rights reserved.