Uses of Class
io.goobi.viewer.model.calendar.CalendarItemWeek
Packages that use CalendarItemWeek
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Model for the calendar browse view, providing a hierarchy of calendar items from century
down to day level that represent the temporal distribution of digitized records.
-
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.