OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich
Class AdfRichMenuBar

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIPanel
         |
         +--oracle.adf.view.js.component.AdfUIMenuBar
               |
               +--oracle.adf.view.js.component.rich.AdfRichMenuBar

public class AdfRichMenuBar
extends AdfUIMenuBar
A single row container for menus and menu items.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichMenuBar()
A single row container for menus and menu items.


Method Summary

public Boolean
getDisabled()
Get function for attribute for 'disabled'.
public Number
getFlex()
Get function for attribute for 'flex'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStretchId()
Get function for attribute for 'stretchId'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setFlex(Number newFlex)
Set function for attribute 'Flex'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStretchId(String newStretchId)
Set function for attribute 'StretchId'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


Methods inherited from oracle.adf.view.js.component.AdfUIMenuBar

getValue


Field Detail


Constructor Detail


AdfRichMenuBar

public AdfRichMenuBar()

A single row container for menus and menu items.

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

getFlex

public Number getFlex()

Get function for attribute for 'flex'.

Return:
Number - Flex

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getStretchId

public String getStretchId()

Get function for attribute for 'stretchId'.

Return:
String - StretchId

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

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

setFlex

public void setFlex(Number newFlex)

Set function for attribute 'Flex'.

Parameters:
newFlex    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setStretchId

public void setStretchId(String newStretchId)

Set function for attribute 'StretchId'.

Parameters:
newStretchId    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

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