com.pmease.quickbuild.web.component.wizard
Class WizardStep
java.lang.Object
com.pmease.quickbuild.web.component.wizard.WizardStep
public abstract class WizardStep
- extends java.lang.Object
Constructor Summary |
WizardStep(java.lang.Object bean,
boolean optional)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WizardStep
public WizardStep(java.lang.Object bean,
boolean optional)
getBean
public java.lang.Object getBean()
isOptional
public boolean isOptional()
getEditor
public BeanEditor getEditor(java.lang.String id)
finish
public boolean finish()
skipped
protected abstract void skipped()
finished
protected abstract void finished()
Copyright © 2005-2010 PMEase Inc. All Rights Reserved.