Class HoverCustomizer

java.lang.Object
com.smartgwt.client.widgets.grid.HoverCustomizer

public abstract class HoverCustomizer extends Object
Hover customizer object for returning custom HTML to display in a hover prompt for ListGrid cells
  • Constructor Details

    • HoverCustomizer

      public HoverCustomizer()
  • Method Details

    • setGrid

      public void setGrid(ListGrid grid)
    • getGrid

      public ListGrid getGrid()
      Returns the ListGrid over which the hover occurred
      Returns:
      ListGrid over which the hover occurred
    • hoverHTML

      public abstract String hoverHTML(Object value, ListGridRecord record, int rowNum, int colNum)
      hoverHTML() should be implemented and return the string of HTML to display when the user hovers over ListGrid cells
      Parameters:
      value -
      record -
      rowNum -
      colNum -
      Returns:
      HTML to display