Class SectionChangeEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      SectionChangeEvent​(java.lang.String name, org.zkoss.zk.ui.Component target, Section section)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      void setLabel​(java.lang.String label)  
      • 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

      • SectionChangeEvent

        public SectionChangeEvent​(java.lang.String name,
                                  org.zkoss.zk.ui.Component target,
                                  Section section)
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)