public abstract class WizardBase extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
WizardBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
WizardBase() |
Modifier and Type | Method and Description |
---|---|
String |
getBackLabel() |
String |
getFamily() |
javax.el.MethodExpression |
getFlowListener() |
String |
getNextLabel() |
String |
getOnback() |
String |
getOnnext() |
String |
getStep() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isShowNavBar() |
boolean |
isShowStepStatus() |
boolean |
isUpdateModelOnPrev() |
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, broadcast, 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, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveWidgetVar, resolveWidgetVar
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
getBehaviorEventMapping
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public 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)
Copyright © 2020. All rights reserved.