Class AddLinkEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.navigation.AddLinkEvent
- All Implemented Interfaces:
Serializable
public final class AddLinkEvent
extends org.zkoss.zk.ui.event.Event
Add link event.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddLinkEvent
(org.zkoss.zk.ui.Component target, String name, NavigationNode parent, FolderId destination) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
Method Details
-
getParent
- Returns:
- Parent id
-
getDestination
- Returns:
- Destination id
-
getNodeName
- Returns:
- Name
-