Package com.saperion.ngc.events
Class QueryFavoriteEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.navigation.NavigationTabEvent
com.saperion.ngc.events.QueryFavoriteEvent
- All Implemented Interfaces:
Serializable
AddToFavoritesEvent event class.
This event is triggered to inform other components that on the navigation tree a favorite query
was clicked.
- Author:
- mak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueryFavoriteEvent
(org.zkoss.zk.ui.Component target, Object data) Constructor. -
Method Summary
Methods inherited from class com.saperion.ngc.events.navigation.NavigationTabEvent
isClose, setClose
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
QueryFavoriteEvent
Constructor.- Parameters:
target
- Targetdata
- data
-
-
Method Details
-
getFavorites
public final com.saperion.ngc.favorites.xml.Favorites getFavorites()- Returns:
Favorites
-