Class SectionEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      SectionEvent​(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
      int getIndex()  
      Section getSection()  
      void setIndex​(int index)  
      • 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

      • SectionEvent

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

      • getSection

        public Section getSection()
      • getIndex

        public int getIndex()
      • setIndex

        public void setIndex​(int index)