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 voidCalendarBean.addEmptyDays(CalendarItemWeek currentWeek, LocalDate date) Add as manyCalendarItemDays 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 TypeMethodDescriptionvoidCalendarItemMonth.setWeeksOfMonth(List<CalendarItemWeek> weeksOfMonth) Setter for the fieldweeksOfMonth.