Class QueryFavoriteEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class QueryFavoriteEvent
    extends NavigationTabEvent
    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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QueryFavoriteEvent​(org.zkoss.zk.ui.Component target, java.lang.Object data)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.saperion.ngc.favorites.xml.Favorites getFavorites()  
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • QueryFavoriteEvent

        public QueryFavoriteEvent​(org.zkoss.zk.ui.Component target,
                                  java.lang.Object data)
        Constructor.
        Parameters:
        target - Target
        data - data
    • Method Detail

      • getFavorites

        public final com.saperion.ngc.favorites.xml.Favorites getFavorites()
        Returns:
        Favorites