|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-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.HTMLTextElement
Represents a text element. This is an element you can add to a page when no tag is necessary.
| Field Summary | |
protected java.lang.String |
theText |
| Fields inherited from class oracle.jdeveloper.html.HTMLElement |
sClassName |
| Constructor Summary | |
HTMLTextElement(java.lang.String sText)Constructs element providing it's text. |
|
| 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 java.lang.String theText
| Constructor Detail |
public HTMLTextElement(java.lang.String sText)
sText - text for new element.| Method Detail |
public void render(java.io.PrintWriter out)
throws java.lang.Exception
render in class HTMLElementjava.lang.Exception
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||