Class AddLinkEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public final class AddLinkEvent
    extends org.zkoss.zk.ui.event.Event
    Add link event.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AddLinkEvent​(org.zkoss.zk.ui.Component target, java.lang.String name, NavigationNode parent, FolderId destination)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FolderId getDestination()  
      java.lang.String getNodeName()  
      NavigationNode getParent()  
      • 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

      • AddLinkEvent

        public AddLinkEvent​(org.zkoss.zk.ui.Component target,
                            java.lang.String name,
                            NavigationNode parent,
                            FolderId destination)
        Constructor.
        Parameters:
        target - Target
        name - Name
        parent - Parent id
        destination - Destination id
    • Method Detail

      • getDestination

        public FolderId getDestination()
        Returns:
        Destination id
      • getNodeName

        public java.lang.String getNodeName()
        Returns:
        Name