Class EditorEnterEvent


public class EditorEnterEvent extends AbstractSmartEvent<EditorEnterHandler>
  • Constructor Details

  • Method Details

    • fire

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

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

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

      public ListGridRecord getRecord()
      record for the cell being edited. Will be null for a new, unsaved record.
      Returns:
      record for the cell being edited. Will be null for a new, unsaved record.
    • getValue

      public Object getValue()
      value for the cell being edited
      Returns:
      value for the cell being edited
    • getRowNum

      public int getRowNum()
      row number for the cell
      Returns:
      row number for the cell
    • getColNum

      public int getColNum()
      column number of the cell
      Returns:
      column number of the cell
    • getGrid

      public ListGrid getGrid()
      ListGrid to which this field belongs
      Returns:
      ListGrid to which this field belongs