com.pmease.quickbuild.web.component.wizard
Class WizardStep

java.lang.Object
  extended by com.pmease.quickbuild.web.component.wizard.WizardStep

public abstract class WizardStep
extends java.lang.Object


Constructor Summary
WizardStep(java.lang.Object bean, boolean optional)
           
 
Method Summary
 boolean finish()
           
protected abstract  void finished()
           
 java.lang.Object getBean()
           
 BeanEditor getEditor(java.lang.String id)
           
 boolean isOptional()
           
protected abstract  void skipped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WizardStep

public WizardStep(java.lang.Object bean,
                  boolean optional)
Method Detail

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.