OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichCommandLink
extends AdfUICommand
The commandLink component creates a link that, when pressed, will generate an action event on the server.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichCommandLink()
The commandLink component creates a link that, when pressed, will generate an action event on the server.


Method Summary

public String
getAccessKey()
Get function for attribute for 'accessKey'.
public Boolean
getBlocking()
Get function for attribute for 'blocking'.
public Boolean
getDisabled()
Get function for attribute for 'disabled'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Boolean
getPartialSubmit()
Get function for attribute for 'partialSubmit'.
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
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
setAccessKey(String newAccessKey)
Set function for attribute 'AccessKey'.
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
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


AdfRichCommandLink

public AdfRichCommandLink()

The commandLink component creates a link that, when pressed, will generate an action event on the server.

Method Detail


getAccessKey

public String getAccessKey()

Get function for attribute for 'accessKey'.

Return:
String - AccessKey

getBlocking

public Boolean getBlocking()

Get function for attribute for 'blocking'. 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 - Blocking

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

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

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

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

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

setAccessKey

public void setAccessKey(String newAccessKey)

Set function for attribute 'AccessKey'.

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

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.