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