it.amattioli.guidate.wizard
Class CommandWizardComposer

Show UML class diagram
java.lang.Object
  extended by org.zkoss.zk.ui.event.GenericEventListener
      extended by org.zkoss.zk.ui.util.GenericComposer
          extended by it.amattioli.guidate.wizard.AbstractWizardComposer
              extended by it.amattioli.guidate.wizard.CommandWizardComposer
All Implemented Interfaces:
Serializable, org.zkoss.zk.scripting.NamespaceActivationListener, org.zkoss.zk.ui.event.EventListener, org.zkoss.zk.ui.util.Composer, org.zkoss.zk.ui.util.ComposerExt

public class CommandWizardComposer
extends AbstractWizardComposer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class it.amattioli.guidate.wizard.AbstractWizardComposer
WIZARD_TAG
 
Constructor Summary
CommandWizardComposer(WizardState state)
           
 
Method Summary
 void onFinish(org.zkoss.zk.ui.event.Event evt)
           
 
Methods inherited from class it.amattioli.guidate.wizard.AbstractWizardComposer
doAfterCompose, find, getCurrentPage, hasFinish, hasNext, hasPrevious, onCreate, onNext, onPrevious
 
Methods inherited from class org.zkoss.zk.ui.util.GenericComposer
didActivate, doBeforeCompose, doBeforeComposeChildren, doCatch, doFinally, willPassivate
 
Methods inherited from class org.zkoss.zk.ui.event.GenericEventListener
bindComponent, getController, onEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandWizardComposer

public CommandWizardComposer(WizardState state)
Method Detail

onFinish

public void onFinish(org.zkoss.zk.ui.event.Event evt)
Overrides:
onFinish in class AbstractWizardComposer


Copyright © 2011. All Rights Reserved.