Class 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 new AddToFavoritesEvent 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()  
      • 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

      • AddToFavoritesEvent

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