public abstract class FacetValueHoverCustomizer
extends java.lang.Object
| Constructor and Description | 
|---|
FacetValueHoverCustomizer()  | 
| Modifier and Type | Method and Description | 
|---|---|
CubeGrid | 
getGrid()
Returns the CubeGrid over which the hover occurred 
 | 
abstract java.lang.String | 
hoverHTML(FacetValueMap facetValueMap)
hoverHTML() should be implemented and return the string of HTML to display when the user hovers
 over CubeGrid facets 
 | 
void | 
setGrid(CubeGrid grid)  | 
public void setGrid(CubeGrid grid)
public CubeGrid getGrid()
public abstract java.lang.String hoverHTML(FacetValueMap facetValueMap)
facetValues -