OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUIPage

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

public class AdfUIPage
extends AdfUICollection
basePage is the base abstraction for a page



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIPage()
basePage is the base abstraction for a page


Method Summary

public Object
getDisclosedRowKeys()
Get function for attribute for 'disclosedRowKeys'.
public Boolean
getImmediate()
Get function for attribute for 'immediate'.
public Object
getRowDisclosureListener()
Get function for attribute for 'rowDisclosureListener'.
public Object
getValue()
Get function for attribute for 'value'.
public void
setDisclosedRowKeys(Object newDisclosedRowKeys)
Set function for attribute 'DisclosedRowKeys'.
public void
setValue(Object newValue)
Set function for attribute 'Value'.


Field Detail


Constructor Detail


AdfUIPage

public AdfUIPage()

basePage is the base abstraction for a page

Method Detail


getDisclosedRowKeys

public Object getDisclosedRowKeys()

Get function for attribute for 'disclosedRowKeys'.

Return:
Object - DisclosedRowKeys

getImmediate

public Boolean getImmediate()

Get function for attribute for 'immediate'. 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:
Boolean - Immediate

getRowDisclosureListener

public Object getRowDisclosureListener()

Get function for attribute for 'rowDisclosureListener'. 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:
Object - RowDisclosureListener

getValue

public Object getValue()

Get function for attribute for 'value'.

Return:
Object - Value

setDisclosedRowKeys

public void setDisclosedRowKeys(Object newDisclosedRowKeys)

Set function for attribute 'DisclosedRowKeys'.

Parameters:
newDisclosedRowKeys    
Return:
void - No Value returned

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 2011.08.31 02:41 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.