Uses of Class
io.goobi.viewer.model.calendar.CalendarItemWeek
Packages that use CalendarItemWeek
-
Uses of CalendarItemWeek in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans with parameters of type CalendarItemWeekModifier 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
Methods in io.goobi.viewer.model.calendar that return types with arguments of type CalendarItemWeekModifier and TypeMethodDescriptionCalendarItemMonth.getWeeksOfMonth()
Getter for the fieldweeksOfMonth
.Method parameters in io.goobi.viewer.model.calendar with type arguments of type CalendarItemWeekModifier and TypeMethodDescriptionvoid
CalendarItemMonth.setWeeksOfMonth
(List<CalendarItemWeek> weeksOfMonth) Setter for the fieldweeksOfMonth
.