Class GridRowColEvent<H extends EventHandler>

Direct Known Subclasses:
CellClickEvent, CellContextClickEvent, CellDoubleClickEvent, CellErrorIconHoverEvent, CellErrorIconOutEvent, CellErrorIconOverEvent, CellHoverEvent, CellMouseDownEvent, CellMouseUpEvent, CellOutEvent, CellOverEvent, CellValueHoverEvent, RowContextClickEvent, RowHoverEvent, RowMouseDownEvent, RowMouseUpEvent, RowOutEvent, RowOverEvent

public abstract class GridRowColEvent<H extends EventHandler> extends BrowserEvent<H>
  • Constructor Details

  • Method Details

    • getFiringCanvas

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

      public ListGridRecord getRecord()
      cell record as returned by getCellRecord
      Returns:
      cell record as returned by getCellRecord
    • 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