Uses of Interface
io.goobi.viewer.model.calendar.ICalendarItem
Packages that use ICalendarItem
-
Uses of ICalendarItem in io.goobi.viewer.model.calendar
Classes in io.goobi.viewer.model.calendar that implement ICalendarItemModifier and TypeClassDescriptionclass
Abstract AbstractCalendarItem class.class
CalendarItemCentury class.class
CalendarItemDay class.class
CalendarItemMonth class.class
CalendarItemWeek class.class
CalendarItemYear class.Methods in io.goobi.viewer.model.calendar that return types with arguments of type ICalendarItemMethods in io.goobi.viewer.model.calendar with parameters of type ICalendarItemModifier and TypeMethodDescriptionvoid
CalendarRow.addItem
(ICalendarItem item) addItem.default int
ICalendarItem.compareTo
(ICalendarItem other) Method parameters in io.goobi.viewer.model.calendar with type arguments of type ICalendarItemModifier and TypeMethodDescriptionvoid
CalendarRow.setItemList
(List<ICalendarItem> itemList) Setter for the fielditemList
.