Class SelectTreeItemEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.navigation.SelectTreeItemEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class SelectTreeItemEvent extends org.zkoss.zk.ui.event.Event
- Author:
- rbo
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SelectTreeItemEvent.Destination
Destination type.
-
Constructor Summary
Constructors Constructor Description SelectTreeItemEvent(org.zkoss.zk.ui.Component target, FolderId folderId, SelectTreeItemEvent.Destination destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SelectTreeItemEvent.Destination
getDestination()
FolderId
getFolderId()
-
-
-
Constructor Detail
-
SelectTreeItemEvent
public SelectTreeItemEvent(org.zkoss.zk.ui.Component target, FolderId folderId, SelectTreeItemEvent.Destination destination)
- Parameters:
target
- TargetfolderId
- Navigation folder iddestination
- Destination type
-
-
Method Detail
-
getFolderId
public FolderId getFolderId()
- Returns:
- Navigation leaf
-
getDestination
public SelectTreeItemEvent.Destination getDestination()
- Returns:
- Destination type
-
-