Uses of Class
io.goobi.viewer.model.calendar.CalendarItemDay
Packages that use CalendarItemDay
-
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.void
CalendarBean.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 TypeMethodDescriptionvoid
CalendarItemMonth.setDaysOfMonth
(List<CalendarItemDay> daysOfMonth) Setter for the fielddaysOfMonth
.void
CalendarItemWeek.setDaysOfWeek
(List<CalendarItemDay> daysOfWeek) Setter for the fielddaysOfWeek
.