OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUICommand

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUICommand
Direct Known Subclasses:
AdfRichActiveCommandToolbarButton, AdfRichCommandButton, AdfRichCommandImageLink, AdfRichCommandLink, AdfRichCommandMenuItem, AdfRichCommandNavigationItem, AdfRichCommandToolbarButton

public class AdfUICommand
extends Object
UIXCommand is a base abstraction for components that implement ActionSource and DialogSource.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUICommand()
UIXCommand is a base abstraction for components that implement ActionSource and DialogSource.


Method Summary

public Object
getActionExpression()
Get function for attribute for 'actionExpression'.
public Boolean
getImmediate()
Get function for attribute for 'immediate'.
public Object
getLaunchListener()
Get function for attribute for 'launchListener'.
public Object
getReturnListener()
Get function for attribute for 'returnListener'.


Field Detail


Constructor Detail


AdfUICommand

public AdfUICommand()

UIXCommand is a base abstraction for components that implement ActionSource and DialogSource.

Method Detail


getActionExpression

public Object getActionExpression()

Get function for attribute for 'actionExpression'. 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 - ActionExpression

getImmediate

public Boolean getImmediate()

Get function for attribute for 'immediate'. 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 - Immediate

getLaunchListener

public Object getLaunchListener()

Get function for attribute for 'launchListener'. 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 - LaunchListener

getReturnListener

public Object getReturnListener()

Get function for attribute for 'returnListener'. 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 - ReturnListener

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.