Class SectionPanelEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    RowEvent, SectionEvent

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

      Constructors 
      Constructor Description
      SectionPanelEvent​(java.lang.String name, org.zkoss.zk.ui.Component target)  
      SectionPanelEvent​(java.lang.String name, org.zkoss.zk.ui.Component target, java.lang.Object object)  
    • Method Summary

      • 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

      • SectionPanelEvent

        public SectionPanelEvent​(java.lang.String name,
                                 org.zkoss.zk.ui.Component target)
      • SectionPanelEvent

        public SectionPanelEvent​(java.lang.String name,
                                 org.zkoss.zk.ui.Component target,
                                 java.lang.Object object)