OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUICommand
         |
         +--oracle.adf.view.js.component.rich.nav.AdfRichCommandNavigationItem
Direct Known Subclasses:
AdfRichCommandTrainStop

public class AdfRichCommandNavigationItem
extends AdfUICommand
The navigationItem control creates a navigation item representation of a UIXCommand.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichCommandNavigationItem()
The navigationItem control creates a navigation item representation of a UIXCommand.


Method Summary

public String
getAccessKey()
Get function for attribute for 'accessKey'.
public String
getDestination()
Get function for attribute for 'destination'.
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
getMessageType()
Get function for attribute for 'messageType'.
public Boolean
getPartialSubmit()
Get function for attribute for 'partialSubmit'.
public Boolean
getSelected()
Get function for attribute for 'selected'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public Boolean
getShowRequired()
Get function for attribute for 'showRequired'.
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
getUseWindow()
Get function for attribute for 'useWindow'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public Boolean
getVisited()
Get function for attribute for 'visited'.
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
setAccessKey(String newAccessKey)
Set function for attribute 'AccessKey'.
public void
setDestination(String newDestination)
Set function for attribute 'Destination'.
public void
setIcon(String newIcon)
Set function for attribute 'Icon'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setMessageType(String newMessageType)
Set function for attribute 'MessageType'.
public void
setSelected(Boolean newSelected)
Set function for attribute 'Selected'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setShowRequired(Boolean newShowRequired)
Set function for attribute 'ShowRequired'.
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
setUseWindow(Boolean newUseWindow)
Set function for attribute 'UseWindow'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.
public void
setVisited(Boolean newVisited)
Set function for attribute 'Visited'.
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


AdfRichCommandNavigationItem

public AdfRichCommandNavigationItem()

The navigationItem control creates a navigation item representation of a UIXCommand.

Method Detail


getAccessKey

public String getAccessKey()

Get function for attribute for 'accessKey'.

Return:
String - AccessKey

getDestination

public String getDestination()

Get function for attribute for 'destination'.

Return:
String - Destination

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

getMessageType

public String getMessageType()

Get function for attribute for 'messageType'.

Return:
String - MessageType

getPartialSubmit

public Boolean getPartialSubmit()

Get function for attribute for 'partialSubmit'. 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 - PartialSubmit

getSelected

public Boolean getSelected()

Get function for attribute for 'selected'.

Return:
Boolean - Selected

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getShowRequired

public Boolean getShowRequired()

Get function for attribute for 'showRequired'.

Return:
Boolean - ShowRequired

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

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

getVisited

public Boolean getVisited()

Get function for attribute for 'visited'.

Return:
Boolean - Visited

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

setAccessKey

public void setAccessKey(String newAccessKey)

Set function for attribute 'AccessKey'.

Parameters:
newAccessKey    
Return:
void - No Value returned

setDestination

public void setDestination(String newDestination)

Set function for attribute 'Destination'.

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

setMessageType

public void setMessageType(String newMessageType)

Set function for attribute 'MessageType'.

Parameters:
newMessageType    
Return:
void - No Value returned

setSelected

public void setSelected(Boolean newSelected)

Set function for attribute 'Selected'.

Parameters:
newSelected    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setShowRequired

public void setShowRequired(Boolean newShowRequired)

Set function for attribute 'ShowRequired'.

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

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

setVisited

public void setVisited(Boolean newVisited)

Set function for attribute 'Visited'.

Parameters:
newVisited    
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.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.