Uses of Class
io.goobi.viewer.model.calendar.CalendarItemMonth
-
Uses of CalendarItemMonth in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionCalendarBean.getCurrentMonth()
Getter for the fieldcurrentMonth
.Modifier and TypeMethodDescriptionCalendarBean.getMonthList()
Getter for the fieldmonthList
.static List<CalendarItemMonth>
CalendarBean.populateMonthsWithDays
(String selectYear, String collection, String filterQuery) This method generates the data for each month of the selected year.Modifier and TypeMethodDescriptionCalendarBean.searchCalendar
(CalendarItemMonth month, CalendarItemDay day) searchCalendar.void
CalendarBean.setCurrentMonth
(CalendarItemMonth currentMonth) Set a new value for month. -
Uses of CalendarItemMonth in io.goobi.viewer.model.calendar
Modifier and TypeMethodDescriptionCalendarView.getCalendarItems()
Getter for the fieldcalendarItems
.CalendarItemYear.getMonthsOfYear()
Getter for the fieldmonthsOfYear
.Modifier and TypeMethodDescriptionvoid
CalendarItemYear.setMonthsOfYear
(List<CalendarItemMonth> monthsOfYear) Setter for the fieldmonthsOfYear
.