public abstract class DateCSSTextCustomizer
extends java.lang.Object
Constructor and Description |
---|
DateCSSTextCustomizer() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getDateCSSText(java.util.Date date,
int rowNum,
int colNum,
CalendarView calendarView)
getDateCSSText() should be implemented and return additional CSS text to apply to the passed date in the passed view.
|
public abstract java.lang.String getDateCSSText(java.util.Date date, int rowNum, int colNum, CalendarView calendarView)
date
- the date to return CSS text 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 appears