OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichMenu
extends AdfUIPanel
Represents a vertical menu component. Typically, this is used as a child of a menuBar or popup.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichMenu()
Represents a vertical menu component.


Method Summary

public String
getAccessKey()
Get function for attribute for 'accessKey'.
public String
getContentDelivery()
Get function for attribute for 'contentDelivery'.
public Boolean
getDetachable()
Get function for attribute for 'detachable'.
public Boolean
getDisabled()
Get function for attribute for 'disabled'.
public String
getIcon()
Get function for attribute for 'icon'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public String
getText()
Get function for attribute for 'text'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setAccessKey(String newAccessKey)
Set function for attribute 'AccessKey'.
public void
setContentDelivery(String newContentDelivery)
Set function for attribute 'ContentDelivery'.
public void
setDetachable(Boolean newDetachable)
Set function for attribute 'Detachable'.
public void
setIcon(String newIcon)
Set function for attribute 'Icon'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setText(String newText)
Set function for attribute 'Text'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


Field Detail


Constructor Detail


AdfRichMenu

public AdfRichMenu()

Represents a vertical menu component. Typically, this is used as a child of a menuBar or popup.

Method Detail


getAccessKey

public String getAccessKey()

Get function for attribute for 'accessKey'.

Return:
String - AccessKey

getContentDelivery

public String getContentDelivery()

Get function for attribute for 'contentDelivery'.

Return:
String - ContentDelivery

getDetachable

public Boolean getDetachable()

Get function for attribute for 'detachable'.

Return:
Boolean - Detachable

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

getIcon

public String getIcon()

Get function for attribute for 'icon'.

Return:
String - Icon

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

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getText

public String getText()

Get function for attribute for 'text'.

Return:
String - Text

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

setAccessKey

public void setAccessKey(String newAccessKey)

Set function for attribute 'AccessKey'.

Parameters:
newAccessKey    
Return:
void - No Value returned

setContentDelivery

public void setContentDelivery(String newContentDelivery)

Set function for attribute 'ContentDelivery'.

Parameters:
newContentDelivery    
Return:
void - No Value returned

setDetachable

public void setDetachable(Boolean newDetachable)

Set function for attribute 'Detachable'.

Parameters:
newDetachable    
Return:
void - No Value returned

setIcon

public void setIcon(String newIcon)

Set function for attribute 'Icon'.

Parameters:
newIcon    
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

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setText

public void setText(String newText)

Set function for attribute 'Text'.

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