Class FetchDataEvent


public class FetchDataEvent extends BrowserEvent<FetchDataHandler>
  • Constructor Details

  • Method Details

    • getFiringCanvas

      public Canvas getFiringCanvas()
      Returns the Canvas firing the event.
      Returns:
      Canvas firing the event
    • fire

      public static <S extends HasFetchDataHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
      Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
      Type Parameters:
      S - The event source
      Parameters:
      source - the source of the handlers
      jsObj - the native event
    • getType

      public static GwtEvent.Type<FetchDataHandler> getType()
      Gets the type associated with this event.
      Returns:
      returns the handler type
    • dispatch

      protected void dispatch(FetchDataHandler handler)
      Specified by:
      dispatch in class GwtEvent<FetchDataHandler>
    • getAssociatedType

      public final GwtEvent.Type<FetchDataHandler> getAssociatedType()
      Specified by:
      getAssociatedType in class GwtEvent<FetchDataHandler>
    • getCriteria

      public Criteria getCriteria()
      The criteria derived from the filter editor values.
      Returns:
      criteria derived from the filter editor values
    • getRequestProperties

      public DSRequest getRequestProperties()
      The criteria derived from the filter editor values.
      Returns:
      criteria derived from the filter editor values