OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUINavigationTree

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

public class AdfUINavigationTree
extends AdfUICollection
Apache Trinidad navigationTree components are used to display hierarchical navigation data.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUINavigationTree()
Apache Trinidad navigationTree components are used to display hierarchical navigation data.


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 Number
getStartLevel()
Get function for attribute for 'startLevel'.
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


AdfUINavigationTree

public AdfUINavigationTree()

Apache Trinidad navigationTree components are used to display hierarchical navigation data.

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

getStartLevel

public Number getStartLevel()

Get function for attribute for 'startLevel'. 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:
Number - StartLevel

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