Class Wizard.WizardEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Wizard

    public static class Wizard.WizardEvent
    extends org.zkoss.zk.ui.event.Event
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WizardEvent​(Wizard wizard, org.zkoss.zk.ui.Component wizardComponent)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Wizard getWizard()  
      void setWizard​(Wizard wizard)  
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WizardEvent

        public WizardEvent​(Wizard wizard,
                           org.zkoss.zk.ui.Component wizardComponent)
    • Method Detail

      • getWizard

        public Wizard getWizard()
      • setWizard

        public void setWizard​(Wizard wizard)