JavaScript API Reference for Oracle ADF Faces
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01
PREV NEXT
FRAMES NO FRAMES All Classes Warning: private items are visible
oracle.adf.view.js.component
Class AdfUIComponents
org.ecmascript.object.Object
|
+--oracle.adf.view.js.component.AdfUIComponents
public class AdfUIComponents
extends Object
private static Object _ID_PARAM_NAME
private static Object _PROPERTIES_PARAM_NAME
private static Object _PROPERTY_DEFAULT_VALUES
private static Object _USAGE_PARAM_NAME
public AdfUIComponents ()
protected static Object CreateArrayToObjectFunction (Object propertyNames)
Returns an function returning an Object containing keys for all of the property names supported by the component
Parameters:
Return:
Object
public static Object createComponentClass (Object componentName,
Object componentDef)
Creates a new component class off of a component definition object
Parameters:
componentName
componentDef
Return:
Object
protected static Object CreatePropertiesFunction (Object propertyKeys)
Returns an function returning a map of property keys. As a convenience, property keys can be specified just by string name with no type (assumed to be object), and null default. For example: {"property"} instead of {"name":"property", "type":"Object", "default":null}.
Parameters:
Return:
Object
private static Object _nullFunction ()
Stub method used for classes that have no subclass property names
Return:
Object
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17489-01
PREV NEXT
FRAMES NO FRAMES All Classes Warning: private items are visible
Generated on 2011.04.27 02:28 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.