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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetGrid()Returns the ListGrid over which the hover occurredabstract StringhoverHTML(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- 
HoverCustomizerpublic HoverCustomizer()
 
- 
- 
Method Details- 
setGrid
- 
getGridReturns the ListGrid over which the hover occurred- Returns:
- ListGrid over which the hover occurred
 
- 
hoverHTMLhoverHTML() 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
 
 
-