Uses of Class
com.saperion.ngc.events.navigation.SelectTreeItemEvent.Destination
- 
Packages that use SelectTreeItemEvent.Destination Package Description com.saperion.ngc.events Package for all ZK events.com.saperion.ngc.events.navigation Package for all navigation events.
- 
- 
Uses of SelectTreeItemEvent.Destination in com.saperion.ngc.eventsMethods in com.saperion.ngc.events with parameters of type SelectTreeItemEvent.Destination Modifier and Type Method Description voidBaseWindow. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)voidEventChildHandler. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)voidEventChildHandlerImpl. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
- 
Uses of SelectTreeItemEvent.Destination in com.saperion.ngc.events.navigationMethods in com.saperion.ngc.events.navigation that return SelectTreeItemEvent.Destination Modifier and Type Method Description SelectTreeItemEvent.DestinationSelectTreeItemEvent. getDestination()static SelectTreeItemEvent.DestinationSelectTreeItemEvent.Destination. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SelectTreeItemEvent.Destination[]SelectTreeItemEvent.Destination. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.saperion.ngc.events.navigation with parameters of type SelectTreeItemEvent.Destination Constructor Description SelectTreeItemEvent(org.zkoss.zk.ui.Component target, FolderId folderId, SelectTreeItemEvent.Destination destination)
 
-