Class DeselectNodesEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeselectNodesEvent
    extends org.zkoss.zk.ui.event.Event
    Represents an event that indicates a deselecting nodes.
    See Also:
    Serialized Form
    • Field Summary

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

      Constructors 
      Constructor Description
      DeselectNodesEvent​(org.zkoss.zk.ui.Component target, Nodes nodes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Nodes getNodes()  
      • 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

      • DeselectNodesEvent

        public DeselectNodesEvent​(org.zkoss.zk.ui.Component target,
                                  Nodes nodes)
    • Method Detail

      • getNodes

        public Nodes getNodes()
        Returns:
        Nodes - nodes which have been deselected