Uses of Interface
io.goobi.viewer.model.calendar.ICalendarItem
Packages that use ICalendarItem
Package
Description
Model for the calendar browse view, providing a hierarchy of calendar items from century
down to day level that represent the temporal distribution of digitized records.
-
Uses of ICalendarItem in io.goobi.viewer.model.calendar
Classes in io.goobi.viewer.model.calendar that implement ICalendarItemModifier and TypeClassDescriptionclassAbstract base class for calendar browsing items representing a time period (year, month, day, etc.).classCalendar browsing item representing a single century.classCalendar browsing item representing a single day.classCalendar browsing item representing a single month.classCalendar browsing item representing a single week.classCalendar browsing item representing a single year.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.