|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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 |
| Type | Field |
|---|---|
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 |
| Type | Method |
|---|---|
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 HTMLElement
|
Business Components | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||