Uses of Class
io.goobi.viewer.model.calendar.CalendarItemWeek
-
Uses of CalendarItemWeek in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionprotected static void
CalendarBean.addEmptyDays
(CalendarItemWeek currentWeek, LocalDate date) Add as manyCalendarItemDay
s to 'currentWeek' as there are days between the start of the month and the previous monday -
Uses of CalendarItemWeek in io.goobi.viewer.model.calendar
Modifier and TypeMethodDescriptionCalendarItemMonth.getWeeksOfMonth()
Getter for the fieldweeksOfMonth
.Modifier and TypeMethodDescriptionvoid
CalendarItemMonth.setWeeksOfMonth
(List<CalendarItemWeek> weeksOfMonth) Setter for the fieldweeksOfMonth
.