Package com.smartgwt.client.widgets.cube
Class FacetValueHoverCustomizer
java.lang.Object
com.smartgwt.client.widgets.cube.FacetValueHoverCustomizer
Hover customizer object for returning custom HTML to display in a hover prompt for CubeGrid facetValues
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGrid()
Returns the CubeGrid over which the hover occurredabstract String
hoverHTML
(FacetValueMap facetValueMap) hoverHTML() should be implemented and return the string of HTML to display when the user hovers over CubeGrid facetsvoid
-
Constructor Details
-
FacetValueHoverCustomizer
public FacetValueHoverCustomizer()
-
-
Method Details
-
setGrid
-
getGrid
Returns the CubeGrid over which the hover occurred- Returns:
- CubeGrid over which the hover occurred
-
hoverHTML
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
-