|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.faces.component.UIComponent
oracle.adf.view.faces.component.UIXComponent
oracle.adf.view.faces.component.UIXComponentBase
oracle.adf.view.faces.component.UIXProgress
UIXProgress is a base abstraction for components that implement ActionSource and indicate the progress of tasks running in the server, typically navigating to a special page once the task is complete. When the task is complete, an ActionEvent is delivered.
| Type | Phases | Description |
|---|---|---|
javax.faces.event.ActionEvent |
Any Phase Invoke Application |
Event delivered when the task is complete. The completeness of the task is usually determined from state of the model attached to the progress component. |
| 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
|
static PropertyKey |
VALUE_KEY
|
| Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase |
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
| Constructor Summary | |
|
UIXProgress()
Construct an instance of the UIXProgress. |
protected |
UIXProgress(java.lang.String rendererType)
Construct an instance of the UIXProgress. |
| Method Summary | |
void |
addActionListener(ActionListener listener)
|
void |
broadcast(FacesEvent event)
|
MethodBinding |
getAction()
Gets A reference to an action method sent by the progress component, or the static outcome of an action. |
MethodBinding |
getActionListener()
Gets A method reference to an action listener. |
ActionListener[] |
getActionListeners()
|
protected FacesBean.Type |
getBeanType()
|
java.lang.String |
getFamily()
|
java.lang.Object |
getValue()
Gets The data model being used by this progress component. |
boolean |
isImmediate()
Gets whether or not data validation - client-side or server-side - should take place when events are generated by this component. |
void |
queueEvent(FacesEvent e)
|
void |
removeActionListener(ActionListener listener)
|
void |
setAction(MethodBinding action)
Sets A reference to an action method sent by the progress component, or the static outcome of an action. |
void |
setActionListener(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. |
void |
setValue(java.lang.Object value)
Sets The data model being used by this progress component. |
| 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 VALUE_KEY
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 UIXProgress()
protected UIXProgress(java.lang.String rendererType)
| Method Detail |
public void addActionListener(ActionListener listener)
addActionListener in interface ActionSourcepublic void removeActionListener(ActionListener listener)
removeActionListener in interface ActionSourcepublic ActionListener[] getActionListeners()
getActionListeners in interface ActionSourcepublic void queueEvent(FacesEvent e)
queueEvent in class UIXComponentBase
public void broadcast(FacesEvent event)
throws AbortProcessingException
broadcast in class UIXComponentBaseAbortProcessingExceptionpublic final java.lang.Object getValue()
public final void setValue(java.lang.Object value)
public final MethodBinding getAction()
getAction in interface ActionSourcepublic final void setAction(MethodBinding action)
setAction in interface ActionSourcepublic final MethodBinding getActionListener()
getActionListener in interface ActionSourcepublic final void setActionListener(MethodBinding actionListener)
setActionListener in interface ActionSourcepublic final boolean isImmediate()
isImmediate in interface ActionSourcepublic final void setImmediate(boolean immediate)
setImmediate in interface ActionSourcepublic java.lang.String getFamily()
getFamily in class UIXComponentBaseprotected FacesBean.Type getBeanType()
getBeanType in class UIXComponentBase
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||