public abstract class DateHTMLCustomizer
extends java.lang.Object
| Constructor and Description | 
|---|
| DateHTMLCustomizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract java.lang.String | getDateHTML(java.util.Date date,
           int rowNum,
           int colNum,
           CalendarView calendarView)getDateHTML() should be implemented and return the HTML string to display in the passed
 date-cell in the passed view
 To access the Calendar itself, use calendarView.getCalendar(). | 
public abstract java.lang.String getDateHTML(java.util.Date date,
                                             int rowNum,
                                             int colNum,
                                             CalendarView calendarView)
date - the date to return HTML forrowNum - the row number of the passed date in the passed viewcolNum - the column number of the passed date in the passed viewcalendarView - the view in which the date cell is being rendered