public abstract class HoverCustomizer
extends java.lang.Object
Constructor and Description |
---|
HoverCustomizer() |
Modifier and Type | Method and Description |
---|---|
ListGrid |
getGrid()
Returns the ListGrid over which the hover occurred
|
abstract java.lang.String |
hoverHTML(java.lang.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 cells
|
void |
setGrid(ListGrid grid) |
public void setGrid(ListGrid grid)
public ListGrid getGrid()
public abstract java.lang.String hoverHTML(java.lang.Object value, ListGridRecord record, int rowNum, int colNum)
value
- record
- rowNum
- colNum
-