|
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.DHTMLElement
A class representing the base root class used by all HTML generation classes. Is is never instantiated, it simply provides some common services shared by all derived classes.
Fields inherited from class oracle.jdeveloper.html.HTMLElement |
sClassName |
Constructor Summary |
DHTMLElement()
|
Method Summary |
Type | Method |
---|---|
static void |
CheckValidName(java.lang.String name)
|
static java.lang.String |
filterDataChar(java.lang.String sValue)
|
Methods inherited from class oracle.jdeveloper.html.HTMLElement |
fixFieldValueForHTML, getAsString, getCSSClassName,
quote, render, render,
setCSSClassName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DHTMLElement()
Method Detail |
public static void CheckValidName(java.lang.String name)
public static java.lang.String filterDataChar(java.lang.String sValue)
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |