Class DayCellBottomTextContext
java.lang.Object
io.jmix.fullcalendarflowui.component.event.AbstractFullCalendarContext
io.jmix.fullcalendarflowui.component.event.DayCellBottomTextContext
The context for generating text to be displayed at the bottom of the day cell.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final LocalDateprotected final DayOfWeekprotected final DisplayModeInfoprotected final booleanprotected final booleanprotected final booleanprotected final booleanprotected final booleanFields inherited from class io.jmix.fullcalendarflowui.component.event.AbstractFullCalendarContextfullCalendar
- 
Constructor SummaryConstructorsConstructorDescriptionDayCellBottomTextContext(FullCalendar fullCalendar, LocalDate date, DayOfWeek dayOfWeek, boolean isDisabled, boolean isFuture, boolean isOther, boolean isPast, boolean isToday, DisplayModeInfo displayModeInfo) 
- 
Method SummaryMethods inherited from class io.jmix.fullcalendarflowui.component.event.AbstractFullCalendarContextgetFullCalendar
- 
Field Details- 
date
- 
dayOfWeek
- 
isDisabledprotected final boolean isDisabled
- 
isFutureprotected final boolean isFuture
- 
isOtherprotected final boolean isOther
- 
isPastprotected final boolean isPast
- 
isTodayprotected final boolean isToday
- 
displayModeInfo
 
- 
- 
Constructor Details- 
DayCellBottomTextContextpublic DayCellBottomTextContext(FullCalendar fullCalendar, LocalDate date, DayOfWeek dayOfWeek, boolean isDisabled, boolean isFuture, boolean isOther, boolean isPast, boolean isToday, DisplayModeInfo displayModeInfo) 
 
- 
- 
Method Details- 
getDate- Returns:
- date that corresponds to day cell
 
- 
getDayOfWeek- Returns:
- cell's day of week
 
- 
isDisabledpublic boolean isDisabled()Cell can be disabled, for instance, if it is not in valid date range. SeeJmixFullCalendar.setValidRange(LocalDate, LocalDate).- Returns:
- trueif day cell is disabled
 
- 
isFuturepublic boolean isFuture()- Returns:
- whether the cell's date is in future compared with today's date
 
- 
isOtherpublic boolean isOther()- Returns:
- whether the cell's date is in other month
 
- 
isPastpublic boolean isPast()- Returns:
- whether the cell's date is in past compared with today's date
 
- 
isTodaypublic boolean isToday()- Returns:
- whether the cell's date is today
 
- 
getDisplayModeInfo- Returns:
- information about current calendar's display mode
 
 
-