it.amattioli.guidate.wizard
Class WizardNavigationEvent

Show UML class diagram
java.lang.Object
  extended by org.zkoss.zk.ui.event.Event
      extended by it.amattioli.guidate.wizard.WizardNavigationEvent

public class WizardNavigationEvent
extends org.zkoss.zk.ui.event.Event


Field Summary
static String NAME
           
 
Constructor Summary
WizardNavigationEvent(AbstractWizardComposer composer)
           
 
Method Summary
 String getCurrentPage()
           
 boolean hasFinish()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

WizardNavigationEvent

public WizardNavigationEvent(AbstractWizardComposer composer)
Method Detail

hasPrevious

public boolean hasPrevious()

hasNext

public boolean hasNext()

hasFinish

public boolean hasFinish()

getCurrentPage

public String getCurrentPage()


Copyright © 2011. All Rights Reserved.