public abstract class DateStyleCustomizer
extends java.lang.Object
Constructor and Description |
---|
DateStyleCustomizer() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getDateStyle(java.util.Date date,
int rowNum,
int colNum,
CalendarView calendarView)
getDateStyleStyle() should be implemented and return the CSS class name for the passed event in the passed view
To access the Calendar itself, use calendarView.getCalendar().
|
public abstract java.lang.String getDateStyle(java.util.Date date, int rowNum, int colNum, CalendarView calendarView)
date
- the date to return a style name 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