|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.faces.component.UIComponent | +--oracle.adf.view.faces.component.UIXComponent | +--oracle.adf.view.faces.component.UIXComponentBase | +--oracle.adf.view.faces.component.CommandBase | +--oracle.adf.view.faces.component.UIXCommand
UIXCommand is a base abstraction for components that implement ActionSource.
Type | Phases | Description |
---|---|---|
javax.faces.event.ActionEvent |
Invoke Application Apply Request Values |
Event delivered when the "action" of the component has been invoked; for example, by clicking on a button. The action may result in page navigation. |
Field Summary | |
static PropertyKey |
ACTION_KEY
|
static PropertyKey |
ACTION_LISTENER_KEY
|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static PropertyKey |
IMMEDIATE_KEY
|
static FacesBean.Type |
TYPE
|
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase |
ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Constructor Summary | |
UIXCommand()
Construct an instance of the UIXCommand. |
Method Summary | |
javax.faces.el.MethodBinding |
getAction()
Gets a reference to an action method sent by the command component, or the static outcome of an action |
javax.faces.el.MethodBinding |
getActionListener()
Gets a method reference to an action listener |
protected FacesBean.Type |
getBeanType()
|
java.lang.String |
getFamily()
|
boolean |
isImmediate()
Gets whether or not data validation - client-side or server-side - should take place when events are generated by this component. |
void |
setAction(javax.faces.el.MethodBinding action)
Sets a reference to an action method sent by the command component, or the static outcome of an action |
void |
setActionListener(javax.faces.el.MethodBinding actionListener)
Sets a method reference to an action listener |
void |
setImmediate(boolean immediate)
Sets whether or not data validation - client-side or server-side - should take place when events are generated by this component. |
Methods inherited from class oracle.adf.view.faces.component.CommandBase |
addActionListener, broadcast, getActionListeners, queueEvent, removeActionListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final FacesBean.Type TYPE
public static final PropertyKey ACTION_KEY
public static final PropertyKey ACTION_LISTENER_KEY
public static final PropertyKey IMMEDIATE_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
public UIXCommand()
Method Detail |
public final javax.faces.el.MethodBinding getAction()
public final void setAction(javax.faces.el.MethodBinding action)
public final javax.faces.el.MethodBinding getActionListener()
getActionListener
in interface javax.faces.component.ActionSource
getActionListener
in class CommandBase
public final void setActionListener(javax.faces.el.MethodBinding actionListener)
public final boolean isImmediate()
public final void setImmediate(boolean immediate)
public java.lang.String getFamily()
getFamily
in class UIXComponentBase
protected FacesBean.Type getBeanType()
getBeanType
in class UIXComponentBase
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |