OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUINavigationLevel

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUICollection
         |
         +--org.apache.myjs.trinidad.component.AdfUINavigationLevel
Direct Known Subclasses:
AdfRichNavigationPane

public class AdfUINavigationLevel
extends AdfUICollection
The navigationLevel component creates a series of navigation items representing one level in a navigation hierarchy.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUINavigationLevel()
The navigationLevel component creates a series of navigation items representing one level in a navigation hierarchy.


Method Summary

public Number
getLevel()
Get function for attribute for 'level'.
public Object
getValue()
Get function for attribute for 'value'.
public void
setValue(Object newValue)
Set function for attribute 'Value'.


Field Detail


Constructor Detail


AdfUINavigationLevel

public AdfUINavigationLevel()

The navigationLevel component creates a series of navigation items representing one level in a navigation hierarchy.

Method Detail


getLevel

public Number getLevel()

Get function for attribute for 'level'. 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 - Level

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