Package com.smartgwt.client.widgets.grid
Class HoverCustomizer
java.lang.Object
com.smartgwt.client.widgets.grid.HoverCustomizer
Hover customizer object for returning custom HTML to display in a hover prompt for ListGrid cells
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGrid()
Returns the ListGrid over which the hover occurredabstract 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 cellsvoid
-
Constructor Details
-
HoverCustomizer
public HoverCustomizer()
-
-
Method Details
-
setGrid
-
getGrid
Returns the ListGrid over which the hover occurred- Returns:
- ListGrid over which the hover occurred
-
hoverHTML
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
-