Class WizardBase

java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.primefaces.component.wizard.WizardBase
All Implemented Interfaces:
EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, PrimeClientBehaviorHolder, Widget
Direct Known Subclasses:
Wizard

public abstract class WizardBase extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
  • Field Details

  • Constructor Details

    • WizardBase

      public WizardBase()
  • Method Details

    • getFamily

      public String getFamily()
      Specified by:
      getFamily in class javax.faces.component.UIComponent
    • getWidgetVar

      public String getWidgetVar()
    • setWidgetVar

      public void setWidgetVar(String widgetVar)
    • getStep

      public String getStep()
    • setStep

      public void setStep(String step)
    • getStyle

      public String getStyle()
    • setStyle

      public void setStyle(String style)
    • getStyleClass

      public String getStyleClass()
    • setStyleClass

      public void setStyleClass(String styleClass)
    • getFlowListener

      public javax.el.MethodExpression getFlowListener()
    • setFlowListener

      public void setFlowListener(javax.el.MethodExpression flowListener)
    • isShowNavBar

      public boolean isShowNavBar()
    • setShowNavBar

      public void setShowNavBar(boolean showNavBar)
    • isShowStepStatus

      public boolean isShowStepStatus()
    • setShowStepStatus

      public void setShowStepStatus(boolean showStepStatus)
    • getOnback

      public String getOnback()
    • setOnback

      public void setOnback(String onback)
    • getOnnext

      public String getOnnext()
    • setOnnext

      public void setOnnext(String onnext)
    • getNextLabel

      public String getNextLabel()
    • setNextLabel

      public void setNextLabel(String nextLabel)
    • getBackLabel

      public String getBackLabel()
    • setBackLabel

      public void setBackLabel(String backLabel)
    • isUpdateModelOnPrev

      public boolean isUpdateModelOnPrev()
    • setUpdateModelOnPrev

      public void setUpdateModelOnPrev(boolean updateModelOnPrev)
    • getEffect

      public String getEffect()
    • setEffect

      public void setEffect(String effect)
    • getEffectDuration

      public int getEffectDuration()
    • setEffectDuration

      public void setEffectDuration(int effectDuration)