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)
getDateStyle() should be implemented and return the CSS class name for passed date-cell
in the passed view.
|
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