OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.nav
Class AdfRichNavigationPane

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUICollection
         |
         +--org.apache.myjs.trinidad.component.AdfUINavigationLevel
               |
               +--oracle.adf.view.js.component.rich.nav.AdfRichNavigationPane

public class AdfRichNavigationPane
extends AdfUINavigationLevel
The navigationPane 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
AdfRichNavigationPane()
The navigationPane component creates a series of navigation items representing one level in a navigation hierarchy.


Method Summary

public Boolean
getDisabled()
Get function for attribute for 'disabled'.
public String
getHint()
Get function for attribute for 'hint'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getItemRemoval()
Get function for attribute for 'itemRemoval'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public String
getTitle()
Get function for attribute for 'title'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setHint(String newHint)
Set function for attribute 'Hint'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setItemRemoval(String newItemRemoval)
Set function for attribute 'ItemRemoval'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setTitle(String newTitle)
Set function for attribute 'Title'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


Methods inherited from org.apache.myjs.trinidad.component.AdfUINavigationLevel

getLevel, getValue, setValue


Field Detail


Constructor Detail


AdfRichNavigationPane

public AdfRichNavigationPane()

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

Method Detail


getDisabled

public Boolean getDisabled()

Get function for attribute for 'disabled'. 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 - Disabled

getHint

public String getHint()

Get function for attribute for 'hint'.

Return:
String - Hint

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getItemRemoval

public String getItemRemoval()

Get function for attribute for 'itemRemoval'.

Return:
String - ItemRemoval

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getTitle

public String getTitle()

Get function for attribute for 'title'.

Return:
String - Title

getUnsecure

public Object getUnsecure()

Get function for attribute for 'unsecure'. 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 - Unsecure

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

setHint

public void setHint(String newHint)

Set function for attribute 'Hint'.

Parameters:
newHint    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setItemRemoval

public void setItemRemoval(String newItemRemoval)

Set function for attribute 'ItemRemoval'.

Parameters:
newItemRemoval    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setTitle

public void setTitle(String newTitle)

Set function for attribute 'Title'.

Parameters:
newTitle    
Return:
void - No Value returned

setVisible

public void setVisible(Boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

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

 

Generated on 2011.04.05 23:36 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.