Uses of Class
io.goobi.viewer.model.calendar.CalendarItemDay
Packages that use CalendarItemDay
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 CalendarItemDay in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CalendarItemDayMethods in io.goobi.viewer.managedbeans with parameters of type CalendarItemDayModifier and TypeMethodDescriptionCalendarBean.searchCalendar(CalendarItemMonth month, CalendarItemDay day) searchCalendar.voidCalendarBean.setCurrentDay(CalendarItemDay currentDay) Setter for the fieldcurrentDay. -
Uses of CalendarItemDay in io.goobi.viewer.model.calendar
Methods in io.goobi.viewer.model.calendar that return types with arguments of type CalendarItemDayModifier and TypeMethodDescriptionCalendarItemMonth.getDaysOfMonth()Getter for the fielddaysOfMonth.CalendarItemWeek.getDaysOfWeek()Getter for the fielddaysOfWeek.Methods in io.goobi.viewer.model.calendar with parameters of type CalendarItemDayMethod parameters in io.goobi.viewer.model.calendar with type arguments of type CalendarItemDayModifier and TypeMethodDescriptionvoidCalendarItemMonth.setDaysOfMonth(List<CalendarItemDay> daysOfMonth) Setter for the fielddaysOfMonth.voidCalendarItemWeek.setDaysOfWeek(List<CalendarItemDay> daysOfWeek) Setter for the fielddaysOfWeek.