it.amattioli.guidate.wizard
Class WorkflowWizardState

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

public class WorkflowWizardState
extends Object
implements WizardState


Constructor Summary
WorkflowWizardState(String id)
           
WorkflowWizardState(String id, Object owner)
           
 
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

WorkflowWizardState

public WorkflowWizardState(String id)

WorkflowWizardState

public WorkflowWizardState(String id,
                           Object owner)
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.