OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichCommandMenuItem
extends AdfUICommand
The menuItem control creates a menu item representation of a UIXCommand.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichCommandMenuItem()
The menuItem control creates a menu item representation of a UIXCommand.


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 Boolean
getPartialSubmit()
Get function for attribute for 'partialSubmit'.
public Boolean
getSelected()
Get function for attribute for 'selected'.
public String
getSelectedText()
Get function for attribute for 'selectedText'.
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 String
getType()
Get function for attribute for 'type'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getUseWindow()
Get function for attribute for 'useWindow'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public String
getWindowEmbedStyle()
Get function for attribute for 'windowEmbedStyle'.
public Number
getWindowHeight()
Get function for attribute for 'windowHeight'.
public String
getWindowModalityType()
Get function for attribute for 'windowModalityType'.
public Number
getWindowWidth()
Get function for attribute for 'windowWidth'.
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
setPartialSubmit(Boolean newPartialSubmit)
Set function for attribute 'PartialSubmit'.
public void
setSelected(Boolean newSelected)
Set function for attribute 'Selected'.
public void
setSelectedText(String newSelectedText)
Set function for attribute 'SelectedText'.
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
setType(String newType)
Set function for attribute 'Type'.
public void
setUseWindow(Boolean newUseWindow)
Set function for attribute 'UseWindow'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.
public void
setWindowEmbedStyle(String newWindowEmbedStyle)
Set function for attribute 'WindowEmbedStyle'.
public void
setWindowHeight(Number newWindowHeight)
Set function for attribute 'WindowHeight'.
public void
setWindowModalityType(String newWindowModalityType)
Set function for attribute 'WindowModalityType'.
public void
setWindowWidth(Number newWindowWidth)
Set function for attribute 'WindowWidth'.


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

getActionExpression, getImmediate, getLaunchListener, getReturnListener


Field Detail


Constructor Detail


AdfRichCommandMenuItem

public AdfRichCommandMenuItem()

The menuItem control creates a menu item representation of a UIXCommand.

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

getPartialSubmit

public Boolean getPartialSubmit()

Get function for attribute for 'partialSubmit'.

Return:
Boolean - PartialSubmit

getSelected

public Boolean getSelected()

Get function for attribute for 'selected'.

Return:
Boolean - Selected

getSelectedText

public String getSelectedText()

Get function for attribute for 'selectedText'.

Return:
String - SelectedText

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

getType

public String getType()

Get function for attribute for 'type'.

Return:
String - Type

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

getUseWindow

public Boolean getUseWindow()

Get function for attribute for 'useWindow'.

Return:
Boolean - UseWindow

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

getWindowEmbedStyle

public String getWindowEmbedStyle()

Get function for attribute for 'windowEmbedStyle'.

Return:
String - WindowEmbedStyle

getWindowHeight

public Number getWindowHeight()

Get function for attribute for 'windowHeight'.

Return:
Number - WindowHeight

getWindowModalityType

public String getWindowModalityType()

Get function for attribute for 'windowModalityType'.

Return:
String - WindowModalityType

getWindowWidth

public Number getWindowWidth()

Get function for attribute for 'windowWidth'.

Return:
Number - WindowWidth

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

setPartialSubmit

public void setPartialSubmit(Boolean newPartialSubmit)

Set function for attribute 'PartialSubmit'.

Parameters:
newPartialSubmit    
Return:
void - No Value returned

setSelected

public void setSelected(Boolean newSelected)

Set function for attribute 'Selected'.

Parameters:
newSelected    
Return:
void - No Value returned

setSelectedText

public void setSelectedText(String newSelectedText)

Set function for attribute 'SelectedText'.

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

setType

public void setType(String newType)

Set function for attribute 'Type'.

Parameters:
newType    
Return:
void - No Value returned

setUseWindow

public void setUseWindow(Boolean newUseWindow)

Set function for attribute 'UseWindow'.

Parameters:
newUseWindow    
Return:
void - No Value returned

setVisible

public void setVisible(Boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

setWindowEmbedStyle

public void setWindowEmbedStyle(String newWindowEmbedStyle)

Set function for attribute 'WindowEmbedStyle'.

Parameters:
newWindowEmbedStyle    
Return:
void - No Value returned

setWindowHeight

public void setWindowHeight(Number newWindowHeight)

Set function for attribute 'WindowHeight'.

Parameters:
newWindowHeight    
Return:
void - No Value returned

setWindowModalityType

public void setWindowModalityType(String newWindowModalityType)

Set function for attribute 'WindowModalityType'.

Parameters:
newWindowModalityType    
Return:
void - No Value returned

setWindowWidth

public void setWindowWidth(Number newWindowWidth)

Set function for attribute 'WindowWidth'.

Parameters:
newWindowWidth    
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.