OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIGo
         |
         +--oracle.adf.view.js.component.rich.nav.AdfRichGoMenuItem

public class AdfRichGoMenuItem
extends AdfUIGo
The goMenuItem tag is a go link located in a menu.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichGoMenuItem()
The goMenuItem tag is a go link located in a menu.


Method Summary

public Object
getAccelerator()
Get function for attribute for 'accelerator'.
public String
getAccessKey()
Get function for attribute for 'accessKey'.
protected Object
GetChanges()
Copyright (c) 2008, 2009, Oracle and/or its affiliates.
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
getTargetFrame()
Get function for attribute for 'targetFrame'.
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
setAccelerator(Object newAccelerator)
Set function for attribute 'Accelerator'.
public void
setAccessKey(String newAccessKey)
Set function for attribute 'AccessKey'.
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
setTargetFrame(String newTargetFrame)
Set function for attribute 'TargetFrame'.
public void
setText(String newText)
Set function for attribute 'Text'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


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

getDestination, setDestination


Field Detail


Constructor Detail


AdfRichGoMenuItem

public AdfRichGoMenuItem()

The goMenuItem tag is a go link located in a menu.

Method Detail


getAccelerator

public Object getAccelerator()

Get function for attribute for 'accelerator'.

Return:
Object - Accelerator

getAccessKey

public String getAccessKey()

Get function for attribute for 'accessKey'.

Return:
String - AccessKey

GetChanges

protected Object GetChanges()

Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. Note: This is a "partial" class, the majority of this class is generated.

Return:
Object

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

getTargetFrame

public String getTargetFrame()

Get function for attribute for 'targetFrame'.

Return:
String - TargetFrame

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

setAccelerator

public void setAccelerator(Object newAccelerator)

Set function for attribute 'Accelerator'.

Parameters:
newAccelerator    
Return:
void - No Value returned

setAccessKey

public void setAccessKey(String newAccessKey)

Set function for attribute 'AccessKey'.

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

setTargetFrame

public void setTargetFrame(String newTargetFrame)

Set function for attribute 'TargetFrame'.

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