public class CalendarDayCellFilter extends Object
Constructor and Description |
---|
CalendarDayCellFilter() |
Modifier and Type | Method and Description |
---|---|
CalendarDisplayMode |
getCalendarDisplayMode() |
CalendarCellType |
getCellType() |
Function<CalendarCell,Boolean> |
getCustom() |
Boolean |
getIsFromCurrentMonth() |
Boolean |
getIsSelected() |
Boolean |
getIsToday() |
Boolean |
getIsWeekend() |
void |
setCalendarDisplayMode(CalendarDisplayMode calendarDisplayMode) |
void |
setCellType(CalendarCellType cellType) |
void |
setCustom(Function<CalendarCell,Boolean> custom) |
void |
setIsFromCurrentMonth(Boolean isFromCurrentMonth) |
void |
setIsSelected(Boolean isSelected) |
void |
setIsToday(Boolean isToday) |
void |
setIsWeekend(Boolean isWeekend) |
public CalendarDisplayMode getCalendarDisplayMode()
public void setCalendarDisplayMode(CalendarDisplayMode calendarDisplayMode)
public CalendarCellType getCellType()
public void setCellType(CalendarCellType cellType)
public Function<CalendarCell,Boolean> getCustom()
public void setCustom(Function<CalendarCell,Boolean> custom)
public Boolean getIsSelected()
public void setIsSelected(Boolean isSelected)
public Boolean getIsFromCurrentMonth()
public void setIsFromCurrentMonth(Boolean isFromCurrentMonth)
public Boolean getIsToday()
public void setIsToday(Boolean isToday)
public Boolean getIsWeekend()
public void setIsWeekend(Boolean isWeekend)