portal.comp.wizard
Interface WizardState

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
WizardModel.MyWizardState

public interface WizardState
extends java.io.Serializable


Method Summary
 WizardPage getCurrentPage()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 void nextPage()
           
 void previousPage()
           
 void reset()
           
 

Method Detail

getCurrentPage

public WizardPage getCurrentPage()

nextPage

public void nextPage()

previousPage

public void previousPage()

hasNext

public boolean hasNext()

hasPrevious

public boolean hasPrevious()

reset

public void reset()