Uses of Class
io.goobi.viewer.model.calendar.CalendarItemMonth
Packages that use CalendarItemMonth
-
Uses of CalendarItemMonth in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CalendarItemMonthModifier and TypeMethodDescriptionCalendarBean.getCurrentMonth()Getter for the fieldcurrentMonth.Methods in io.goobi.viewer.managedbeans that return types with arguments of type CalendarItemMonthModifier 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.Methods in io.goobi.viewer.managedbeans with parameters of type CalendarItemMonthModifier and TypeMethodDescriptionCalendarBean.searchCalendar(CalendarItemMonth month, CalendarItemDay day) searchCalendar.voidCalendarBean.setCurrentMonth(CalendarItemMonth currentMonth) Set a new value for month. -
Uses of CalendarItemMonth in io.goobi.viewer.model.calendar
Methods in io.goobi.viewer.model.calendar that return types with arguments of type CalendarItemMonthModifier and TypeMethodDescriptionCalendarView.getCalendarItems()Getter for the fieldcalendarItems.CalendarItemYear.getMonthsOfYear()Getter for the fieldmonthsOfYear.Method parameters in io.goobi.viewer.model.calendar with type arguments of type CalendarItemMonthModifier and TypeMethodDescriptionvoidCalendarItemYear.setMonthsOfYear(List<CalendarItemMonth> monthsOfYear) Setter for the fieldmonthsOfYear.