|
|||||||||||
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.SingleStepBase | +--oracle.adf.view.faces.component.UIXSingleStep
UIXSingleStep is a base abstraction for components that implement ActionSource and navigate back and forth through a sequence of known steps.
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 java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static PropertyKey |
MAX_STEP_KEY
|
static PropertyKey |
NEXT_ACTION_KEY
|
static PropertyKey |
NEXT_ACTION_LISTENER_KEY
|
static PropertyKey |
PREVIOUS_ACTION_KEY
|
static PropertyKey |
PREVIOUS_ACTION_LISTENER_KEY
|
static PropertyKey |
SELECTED_STEP_KEY
|
static PropertyKey |
TEXT_KEY
|
static FacesBean.Type |
TYPE
|
Fields inherited from class oracle.adf.view.faces.component.SingleStepBase |
NEXT_ACTION_TYPE, PREVIOUS_ACTION_TYPE |
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase |
ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Constructor Summary | |
UIXSingleStep()
Construct an instance of the UIXSingleStep. |
Method Summary | |
protected FacesBean.Type |
getBeanType()
|
java.lang.String |
getFamily()
|
int |
getMaxStep()
Gets the last possible step. |
javax.faces.el.MethodBinding |
getNextAction()
Gets a reference to an action method that will be called when the singleStep component navigates to the next step, or the static outcome of the action. |
javax.faces.el.MethodBinding |
getNextActionListener()
Gets a method reference to an action listener that will be calledthe singleStep component navigates to the next step. |
javax.faces.el.MethodBinding |
getPreviousAction()
Gets a reference to an action method that will be called when the singleStep component navigates to the previous step, or the static outcome of the action. |
javax.faces.el.MethodBinding |
getPreviousActionListener()
Gets a method reference to an action listener that will be called when the singleStep component navigates to the previous step. |
int |
getSelectedStep()
Gets the current step. |
java.lang.String |
getText()
Gets the text description of items being navigated. |
void |
setMaxStep(int maxStep)
Sets the last possible step. |
void |
setMaxStep(long maxStep)
Sets the last possible step. |
void |
setNextAction(javax.faces.el.MethodBinding nextAction)
Sets a reference to an action method that will be called when the singleStep component navigates to the next step, or the static outcome of the action. |
void |
setNextActionListener(javax.faces.el.MethodBinding nextActionListener)
Sets a method reference to an action listener that will be calledthe singleStep component navigates to the next step. |
void |
setPreviousAction(javax.faces.el.MethodBinding previousAction)
Sets a reference to an action method that will be called when the singleStep component navigates to the previous step, or the static outcome of the action. |
void |
setPreviousActionListener(javax.faces.el.MethodBinding previousActionListener)
Sets a method reference to an action listener that will be called when the singleStep component navigates to the previous step. |
void |
setSelectedStep(int selectedStep)
Sets the current step. |
void |
setSelectedStep(long selectedStep)
Sets the current step. |
void |
setText(java.lang.String text)
Sets the text description of items being navigated. |
Methods inherited from class oracle.adf.view.faces.component.SingleStepBase |
addActionListener, broadcast, getAction, getActionListener, getActionListeners, getActionType, isImmediate, queueEvent, removeActionListener, saveState, setAction, setActionListener, setActionType, setImmediate |
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 SELECTED_STEP_KEY
public static final PropertyKey MAX_STEP_KEY
public static final PropertyKey TEXT_KEY
public static final PropertyKey PREVIOUS_ACTION_LISTENER_KEY
public static final PropertyKey NEXT_ACTION_LISTENER_KEY
public static final PropertyKey NEXT_ACTION_KEY
public static final PropertyKey PREVIOUS_ACTION_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
public UIXSingleStep()
Method Detail |
public final int getSelectedStep()
public final void setSelectedStep(int selectedStep)
public final void setSelectedStep(long selectedStep)
public final int getMaxStep()
public final void setMaxStep(int maxStep)
public final void setMaxStep(long maxStep)
public final java.lang.String getText()
public final void setText(java.lang.String text)
public final javax.faces.el.MethodBinding getPreviousActionListener()
getPreviousActionListener
in class SingleStepBase
public final void setPreviousActionListener(javax.faces.el.MethodBinding previousActionListener)
setPreviousActionListener
in class SingleStepBase
public final javax.faces.el.MethodBinding getNextActionListener()
getNextActionListener
in class SingleStepBase
public final void setNextActionListener(javax.faces.el.MethodBinding nextActionListener)
setNextActionListener
in class SingleStepBase
public final javax.faces.el.MethodBinding getNextAction()
getNextAction
in class SingleStepBase
public final void setNextAction(javax.faces.el.MethodBinding nextAction)
setNextAction
in class SingleStepBase
public final javax.faces.el.MethodBinding getPreviousAction()
getPreviousAction
in class SingleStepBase
public final void setPreviousAction(javax.faces.el.MethodBinding previousAction)
setPreviousAction
in class SingleStepBase
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 |