it.amattioli.guidate.wizard
Class WorkflowWizardState
java.lang.Object
it.amattioli.guidate.wizard.WorkflowWizardState
- All Implemented Interfaces:
- WizardState
public class WorkflowWizardState
- extends Object
- implements WizardState
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowWizardState
public WorkflowWizardState(String id)
WorkflowWizardState
public WorkflowWizardState(String id,
Object owner)
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.