Interface RowHoverHandler

All Superinterfaces:
EventHandler

public interface RowHoverHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the mouse hovers over a row if this.canHover is true.
  • Method Details

    • onRowHover

      void onRowHover(RowHoverEvent event)
      Called when the mouse hovers over a row if this.canHover is true. Returning false will suppress the hover text from being shown if this.showHover is true.
      Parameters:
      event - the event