public abstract class DateCellVAlignCustomizer
extends java.lang.Object
| Constructor and Description | 
|---|
| DateCellVAlignCustomizer() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract VerticalAlignment | getDateCellVAlign(java.util.Date date,
                 int rowNum,
                 int colNum,
                 CalendarView calendarView)getDateCellVAlign() should be implemented and return the vertical Alignment for the content in the passed
 date-cell in the passed view
 To access the Calendar itself, use calendarView.getCalendar(). | 
public abstract VerticalAlignment getDateCellVAlign(java.util.Date date, int rowNum, int colNum, CalendarView calendarView)
date - the date to return VerticalAlignment 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