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 TypeClassDescriptionclassAbstract AbstractCalendarItem class.classCalendarItemCentury class.classCalendarItemDay class.classCalendarItemMonth class.classCalendarItemWeek class.classCalendarItemYear 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 TypeMethodDescriptionvoidCalendarRow.addItem(ICalendarItem item) addItem.default intICalendarItem.compareTo(ICalendarItem other) Method parameters in io.goobi.viewer.model.calendar with type arguments of type ICalendarItemModifier and TypeMethodDescriptionvoidCalendarRow.setItemList(List<ICalendarItem> itemList) Setter for the fielditemList.