Class FacetValueHoverCustomizer

java.lang.Object
com.smartgwt.client.widgets.cube.FacetValueHoverCustomizer

public abstract class FacetValueHoverCustomizer extends Object
Hover customizer object for returning custom HTML to display in a hover prompt for CubeGrid facetValues
  • Constructor Details

    • FacetValueHoverCustomizer

      public FacetValueHoverCustomizer()
  • Method Details

    • setGrid

      public void setGrid(CubeGrid grid)
    • getGrid

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

      public abstract String hoverHTML(FacetValueMap facetValueMap)
      hoverHTML() should be implemented and return the string of HTML to display when the user hovers over CubeGrid facets
      Parameters:
      facetValues -
      Returns:
      HTML to display