Class ClickOnAddNodeButtonEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClickOnAddNodeButtonEvent
    extends org.zkoss.zk.ui.event.Event
    Represents an event that indicates a clicking on add node button. In order to enabling that 'customAddNodeButton' has to be set to true.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClickOnAddNodeButtonEvent​(org.zkoss.zk.ui.Component target, java.lang.Object param)  
    • 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

      • ClickOnAddNodeButtonEvent

        public ClickOnAddNodeButtonEvent​(org.zkoss.zk.ui.Component target,
                                         java.lang.Object param)