it.amattioli.guidate.wizard
Class SimpleWizardState

Show UML class diagram
java.lang.Object
  extended by it.amattioli.guidate.wizard.SimpleWizardState
All Implemented Interfaces:
WizardState

public class SimpleWizardState
extends Object
implements WizardState


Constructor Summary
SimpleWizardState(String... pages)
           
 
Method Summary
 void finish()
           
 String getCurrentPage()
           
 boolean hasFinish()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 void next()
           
 void previous()
           
 void setBackBean(Object backBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWizardState

public SimpleWizardState(String... pages)
Method Detail

setBackBean

public void setBackBean(Object backBean)
Specified by:
setBackBean in interface WizardState

getCurrentPage

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

hasNext

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

hasPrevious

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

hasFinish

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

next

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

previous

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

finish

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


Copyright © 2011. All Rights Reserved.