public abstract class CellHoverCustomizer
extends java.lang.Object | Constructor and Description |
|---|
CellHoverCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
Calendar | getCalendar() Returns the Calendar over which the hover occurred |
abstract java.lang.String | getHoverHTML(ListGridRecord record, int rowNum, int colNum, java.util.Date date, java.lang.String defaultValue, CalendarView view) getHoverHTML() should be implemented and return the string of HTML to display in the hover for a given cell in a CalendarView |
void | setCalendar(Calendar calendar) |
public void setCalendar(Calendar calendar)
public Calendar getCalendar()
public abstract java.lang.String getHoverHTML(ListGridRecord record, int rowNum, int colNum, java.util.Date date, java.lang.String defaultValue, CalendarView view)
record - ListGridRecord the record at the passed rowNumrowNum - Integer the row index of the cell being hoveredcalNum - Integer the column index of the cell being hovereddate - Date the snap date at the mouse pointerdefaultValue - String the default hover HTMLcalendarView - CalendarView a reference to the calendarView containing the hover