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 Details

    • AddToFavoritesEvent

      public AddToFavoritesEvent(org.zkoss.zk.ui.Component target, Object data)
      Constructor.
      Parameters:
      target - Target
      data - data
  • Method Details