Class AddToFavoritesEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.navigation.AddToFavoritesEvent
- All Implemented Interfaces:
Serializable
public class AddToFavoritesEvent
extends org.zkoss.zk.ui.event.Event
AddToFavoritesEvent event class.
This event is triggered to add favorite information to the specific favorite folder.
For example on the result list exists a button which opens an input field to name the favorites
that shall be saved. After a click on okay it is caught by the associated intelligent form
component, which provides the missing field/query information and sends a new
AddToFavoritesEvent
to the navigation component.- Author:
- mak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddToFavoritesEvent
(org.zkoss.zk.ui.Component target, Object data) Constructor. -
Method Summary
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
AddToFavoritesEvent
Constructor.- Parameters:
target
- Targetdata
- data
-
-
Method Details
-
getFavoriteQueryInformation
- Returns:
FavoriteQueryInformation
-