public class Wizard
extends javax.faces.component.UIComponentBase
| Modifier and Type | Class and Description |
|---|---|
static class |
org.primefaces.component.wizard.WizardBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVE_STEP_CLASS |
static String |
BACK_BUTTON_CLASS |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
NEXT_BUTTON_CLASS |
static String |
STEP_CLASS |
static String |
STEP_STATUS_CLASS |
| Constructor and Description |
|---|
Wizard() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
String |
getBackLabel() |
String |
getFamily() |
javax.el.MethodExpression |
getFlowListener() |
String |
getNextLabel() |
String |
getOnback() |
String |
getOnnext() |
String |
getStep() |
Tab |
getStepToProcess() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isBackRequest(javax.faces.context.FacesContext context) |
boolean |
isShowNavBar() |
boolean |
isShowStepStatus() |
boolean |
isUpdateModelOnPrev() |
boolean |
isWizardRequest(javax.faces.context.FacesContext context) |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
processUpdates(javax.faces.context.FacesContext context) |
void |
processValidators(javax.faces.context.FacesContext context) |
String |
resolveWidgetVar() |
void |
setBackLabel(String backLabel) |
void |
setFlowListener(javax.el.MethodExpression flowListener) |
void |
setNextLabel(String nextLabel) |
void |
setOnback(String onback) |
void |
setOnnext(String onnext) |
void |
setShowNavBar(boolean showNavBar) |
void |
setShowStepStatus(boolean showStepStatus) |
void |
setStep(String step) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setUpdateModelOnPrev(boolean updateModelOnPrev) |
void |
setWidgetVar(String widgetVar) |
addClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreepublic static final String COMPONENT_TYPE
public static final String STEP_STATUS_CLASS
public static final String STEP_CLASS
public static final String ACTIVE_STEP_CLASS
public static final String BACK_BUTTON_CLASS
public static final String NEXT_BUTTON_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class javax.faces.component.UIComponentBasepublic Tab getStepToProcess()
public boolean isWizardRequest(javax.faces.context.FacesContext context)
public boolean isBackRequest(javax.faces.context.FacesContext context)
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionpublic String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getStep()
public void setStep(String step)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public javax.el.MethodExpression getFlowListener()
public void setFlowListener(javax.el.MethodExpression flowListener)
public boolean isShowNavBar()
public void setShowNavBar(boolean showNavBar)
public boolean isShowStepStatus()
public void setShowStepStatus(boolean showStepStatus)
public String getOnback()
public void setOnback(String onback)
public String getOnnext()
public void setOnnext(String onnext)
public String getNextLabel()
public void setNextLabel(String nextLabel)
public String getBackLabel()
public void setBackLabel(String backLabel)
public boolean isUpdateModelOnPrev()
public void setUpdateModelOnPrev(boolean updateModelOnPrev)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2019. All rights reserved.