OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUINavigationPath

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

public class AdfUINavigationPath
extends AdfUICollection
A navigationPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUINavigationPath()
A navigationPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links.


Method Summary

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


Field Detail


Constructor Detail


AdfUINavigationPath

public AdfUINavigationPath()

A navigationPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links.

Method Detail


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