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.events
Methods in com.saperion.ngc.events with parameters of type SelectTreeItemEvent.Destination Modifier and Type Method Description void
BaseWindow. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
void
EventChildHandler. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
void
EventChildHandlerImpl. postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
-
Uses of SelectTreeItemEvent.Destination in com.saperion.ngc.events.navigation
Methods in com.saperion.ngc.events.navigation that return SelectTreeItemEvent.Destination Modifier and Type Method Description SelectTreeItemEvent.Destination
SelectTreeItemEvent. getDestination()
static SelectTreeItemEvent.Destination
SelectTreeItemEvent.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)
-