Class DataArrivedEvent


public class DataArrivedEvent extends AbstractSmartEvent<DataArrivedHandler>
  • Constructor Details

  • Method Details

    • getFiringItem

      public FormItem getFiringItem()
      Returns the FormItem firing the event.
      Returns:
      FormItem firing the event
    • fire

      public static <S extends HasDataArrivedHandlers & 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<DataArrivedHandler> getType()
      Gets the type associated with this event.
      Returns:
      returns the handler type
    • dispatch

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

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

      public int getStartRow()
      index of first row returned by the server
      Returns:
      index of first row returned by the server
    • getEndRow

      public int getEndRow()
      index of last row returned by the server
      Returns:
      index of last row returned by the server
    • getData

      public ResultSet getData()
      pointer to this pickList's data
      Returns:
      pointer to this pickList's data