OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUIComponentRef

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIComponentRef

public class AdfUIComponentRef
extends Object
Inserts a region into the current page.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIComponentRef()
Inserts a region into the current page.


Method Summary

public String
getComponentType()
Get function for attribute for 'componentType'.
public Object
getValue()
Get function for attribute for 'value'.
public void
setValue(Object newValue)
Set function for attribute 'Value'.


Field Detail


Constructor Detail


AdfUIComponentRef

public AdfUIComponentRef()

Inserts a region into the current page.

Method Detail


getComponentType

public String getComponentType()

Get function for attribute for 'componentType'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
String - ComponentType

getValue

public Object getValue()

Get function for attribute for 'value'.

Return:
Object - Value

setValue

public void setValue(Object newValue)

Set function for attribute 'Value'.

Parameters:
newValue    
Return:
void - No Value returned

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

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.