public class CalendarMonthCellFilter extends Object
Constructor and Description |
---|
CalendarMonthCellFilter() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getMonthIsCompact() |
Boolean |
getMonthIsCurrent() |
Function<Long,Boolean> |
getMonthIsCustomDate() |
Function<Long,Boolean> |
getTextIsCustomDate() |
Boolean |
getTextIsDate() |
Boolean |
getTextIsDayName() |
Boolean |
getTextIsMonthName() |
Boolean |
getTextIsToday() |
Boolean |
getTextIsWeekend() |
void |
setMonthIsCompact(Boolean monthIsCompact) |
void |
setMonthIsCurrent(Boolean monthIsCurrent) |
void |
setMonthIsCustomDate(Function<Long,Boolean> monthIsCustomDate) |
void |
setTextIsCustomDate(Function<Long,Boolean> textIsCustomDate) |
void |
setTextIsDate(Boolean textIsDate) |
void |
setTextIsDayName(Boolean textIsDayName) |
void |
setTextIsMonthName(Boolean textIsMonthName) |
void |
setTextIsToday(Boolean textIsToday) |
void |
setTextIsWeekend(Boolean textIsWeekend) |
public Boolean getTextIsDate()
public void setTextIsDate(Boolean textIsDate)
public Boolean getTextIsDayName()
public void setTextIsDayName(Boolean textIsDayName)
public Boolean getTextIsMonthName()
public void setTextIsMonthName(Boolean textIsMonthName)
public Boolean getTextIsToday()
public void setTextIsToday(Boolean textIsToday)
public Boolean getTextIsWeekend()
public void setTextIsWeekend(Boolean textIsWeekend)
public Boolean getMonthIsCurrent()
public void setMonthIsCurrent(Boolean monthIsCurrent)
public Boolean getMonthIsCompact()
public void setMonthIsCompact(Boolean monthIsCompact)