Class EventConnections


  • public final class EventConnections
    extends java.lang.Object
    This class defines the default forwarding of events between the different components.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<java.lang.String> getForwardEvents​(org.zkoss.zk.ui.Component from, org.zkoss.zk.ui.Component to)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getForwardEvents

        public static java.util.Set<java.lang.String> getForwardEvents​(org.zkoss.zk.ui.Component from,
                                                                       org.zkoss.zk.ui.Component to)
        Parameters:
        from - From component
        to - To component
        Returns:
        List of event names