Class AddToFavoritesEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.navigation.AddToFavoritesEvent
-
- All Implemented Interfaces:
java.io.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 newAddToFavoritesEvent
to the navigation component.- Author:
- mak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddToFavoritesEvent(org.zkoss.zk.ui.Component target, java.lang.Object data)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FavoriteQueryInformation
getFavoriteQueryInformation()
-
-
-
Method Detail
-
getFavoriteQueryInformation
public final FavoriteQueryInformation getFavoriteQueryInformation()
- Returns:
FavoriteQueryInformation
-
-