|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.base.AdfObject
public class AdfObject extends Object
To create a subclass of another AdfObject, use AdfObject.createSubclass. The subclass can specify class-level initialization by implementing an InitClass()
method on its constructor. InitClass
is guaranteed to be called only once per class. Further, a class' InitClass
method is guranteed to be called only after its superclass' class initialization has been called. When InitClass
is called, this
is the class' constructor. This allows class initialization implementations to be shared in some cases.
Field Summary |
|
---|---|
public Object |
|
private static Object |
|
public static Object |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
public Object |
|
private static Object |
|
public Object |
|
public Object |
|
public static Object |
|
public static Object |
|
public static Object |
|
public Object |
|
public Object |
|
protected Object |
|
protected Object |
|
public String |
|
public static String |
|
protected Object |
|
private static Object |
|
private static Object |
|
public Object |
|
public Object |
|
Field Detail |
---|
public Object constructor
Object.constructor
private static Object _GET_FUNCTION_NAME_REGEXP
public static Object superclass
Constructor Detail |
---|
public AdfObject()
To create a subclass of another AdfObject, use AdfObject.createSubclass. The subclass can specify class-level initialization by implementing an InitClass()
method on its constructor. InitClass
is guaranteed to be called only once per class. Further, a class' InitClass
method is guranteed to be called only after its superclass' class initialization has been called. When InitClass
is called, this
is the class' constructor. This allows class initialization implementations to be shared in some cases.
Method Detail |
---|
public Object adopt(Object theRawObject)
theRawObject |
Object
private static Object _applyFunctionProperties(Object target,
Object className)
target |
||
className |
Object
public Object clone()
Object
public Object createCallback(Object func)
func |
Object
public static Object createInitializedObject()
Object
public static Object createSubclass(Object extendingClass,
Object baseClass,
Object typeName)
extendingClass |
||
baseClass |
||
typeName |
Object
public static Object ensureClassInitialization(Function clazz)
clazz |
- | The class to ensure initialization of |
Object
public Object equals(Object object)
object |
Object
public Object getClass(Object otherInstance)
otherInstance |
Object
protected Object GetLazyArrayProperty(Object propName,
Object createIfNonexistent,
Object otherInstance)
propName |
||
createIfNonexistent |
||
otherInstance |
Object
protected Object GetLazyMapProperty(Object propName,
Object createIfNonexistent,
Object otherInstance)
propName |
||
createIfNonexistent |
||
otherInstance |
Object
public String getTypeName()
String
- name of the Classpublic static String getTypeName(Object clazz)
clazz |
String
- name of the Classprotected Object Init()
Object
private static Object _initClasses(Object currClass)
currClass |
Object
private static Object _tempSubclassConstructor()
Object
public Object toDebugString()
Object
public Object toString()
Object
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |