OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adf.view.js.component
Class AdfUIComponents

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.component.AdfUIComponents

public class AdfUIComponents
extends Object



Field Summary

private static Object
_ID_PARAM_NAME
private static Object
_PROPERTIES_PARAM_NAME
private static Object
_PROPERTY_DEFAULT_VALUES
private static Object
_USAGE_PARAM_NAME


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIComponents()


Method Summary

protected static Object
CreateArrayToObjectFunction(Object propertyNames)
Returns an function returning an Object containing keys for all of the property names supported by the component
public static Object
createComponentClass(Object componentName, Object componentDef)
Creates a new component class off of a component definition object
protected static Object
CreatePropertiesFunction(Object propertyKeys)
Returns an function returning a map of property keys.
private static Object
_nullFunction()
Stub method used for classes that have no subclass property names


Field Detail


_ID_PARAM_NAME

private static Object _ID_PARAM_NAME

_PROPERTIES_PARAM_NAME

private static Object _PROPERTIES_PARAM_NAME

_PROPERTY_DEFAULT_VALUES

private static Object _PROPERTY_DEFAULT_VALUES

_USAGE_PARAM_NAME

private static Object _USAGE_PARAM_NAME

Constructor Detail


AdfUIComponents

public AdfUIComponents()

Method Detail


CreateArrayToObjectFunction

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:
propertyNames    
Return:
Object

createComponentClass

public static Object createComponentClass(Object componentName,
                                          Object componentDef)

Creates a new component class off of a component definition object

Parameters:
componentName    
componentDef    
Return:
Object

CreatePropertiesFunction

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:
propertyKeys    
Return:
Object

_nullFunction

private static Object _nullFunction()

Stub method used for classes that have no subclass property names

Return:
Object

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.