portal.comp.wizard
Class WizardModel.MyWizardState

java.lang.Object
  extended byportal.comp.wizard.WizardModel.MyWizardState
All Implemented Interfaces:
java.io.Serializable, WizardState
Enclosing class:
WizardModel

protected class WizardModel.MyWizardState
extends java.lang.Object
implements WizardState

See Also:
Serialized Form

Constructor Summary
protected WizardModel.MyWizardState()
           
 
Method Summary
 void afterHideCurrentPage()
           
 void beforeShowCurrentPage()
           
 InternalWizardPage getCurrentInternalPage()
           
 WizardPage getCurrentPage()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 void nextPage()
           
 void previousPage()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardModel.MyWizardState

protected WizardModel.MyWizardState()
Method Detail

getCurrentPage

public WizardPage getCurrentPage()
Specified by:
getCurrentPage in interface WizardState

getCurrentInternalPage

public InternalWizardPage getCurrentInternalPage()

nextPage

public void nextPage()
Specified by:
nextPage in interface WizardState

previousPage

public void previousPage()
Specified by:
previousPage in interface WizardState

hasNext

public boolean hasNext()
Specified by:
hasNext in interface WizardState

hasPrevious

public boolean hasPrevious()
Specified by:
hasPrevious in interface WizardState

reset

public void reset()
Specified by:
reset in interface WizardState

afterHideCurrentPage

public void afterHideCurrentPage()

beforeShowCurrentPage

public void beforeShowCurrentPage()