Class CollapsibleCollectionLabelRenderer.StateRequestedEventListener

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getId()
      Gets the identity of object.
      void onEvent​(org.zkoss.zk.ui.event.Event event)  
      • Methods inherited from class java.lang.Object

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

      • StateRequestedEventListener

        public StateRequestedEventListener​(org.zkoss.zk.ui.HtmlBasedComponent valuesContainer,
                                           EditorContext<java.lang.Object> context)
    • Method Detail

      • getId

        public java.lang.Object getId()
        Description copied from interface: Identifiable
        Gets the identity of object.

        This identity should override Object.equals(Object) and Object.hashCode() methods.

        Specified by:
        getId in interface Identifiable
      • onEvent

        public void onEvent​(org.zkoss.zk.ui.event.Event event)
        Specified by:
        onEvent in interface org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>