org.apache.myfaces.tobago.model
Class Wizard
java.lang.Object
org.apache.myfaces.tobago.model.Wizard
public class Wizard
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wizard
public Wizard()
next
public void next(ActionEvent event)
gotoStep
public void gotoStep(ActionEvent event)
previous
public String previous()
isPreviousAvailable
public final boolean isPreviousAvailable()
finish
public final void finish(ActionEvent event)
cancel
public final void cancel(ActionEvent event)
getIndex
public final int getIndex()
reset
public void reset()
- Helper method to reset attributes
getCourse
public List<WizardStep> getCourse()
getSize
public int getSize()
register
public void register()
getPreviousStep
public WizardStep getPreviousStep()
getCurrentStep
public WizardStep getCurrentStep()
removeForwardSteps
public void removeForwardSteps()
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.