Uses of Class
io.goobi.viewer.model.calendar.CalendarItemDay
-
Uses of CalendarItemDay in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionCalendarBean.searchCalendar
(CalendarItemMonth month, CalendarItemDay day) searchCalendar.void
CalendarBean.setCurrentDay
(CalendarItemDay currentDay) Setter for the fieldcurrentDay
. -
Uses of CalendarItemDay in io.goobi.viewer.model.calendar
Modifier and TypeMethodDescriptionCalendarItemMonth.getDaysOfMonth()
Getter for the fielddaysOfMonth
.CalendarItemWeek.getDaysOfWeek()
Getter for the fielddaysOfWeek
.Modifier and TypeMethodDescriptionvoid
CalendarItemMonth.setDaysOfMonth
(List<CalendarItemDay> daysOfMonth) Setter for the fielddaysOfMonth
.void
CalendarItemWeek.setDaysOfWeek
(List<CalendarItemDay> daysOfWeek) Setter for the fielddaysOfWeek
.