Uses of Enum Class
io.goobi.viewer.model.search.HitListView
Packages that use HitListView
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Concrete CMS content type implementations, each representing a distinct kind of embeddable
content block such as search, browse, media, metadata display, record lists, or maps.
Provides the core search domain model for the Goobi viewer, covering search queries,
facets, hit representation, browse elements, filters, and Solr result processing.
-
Uses of HitListView in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type HitListView -
Uses of HitListView in io.goobi.viewer.model.cms.pages.content.types
Methods in io.goobi.viewer.model.cms.pages.content.types that return HitListViewMethods in io.goobi.viewer.model.cms.pages.content.types with parameters of type HitListViewModifier and TypeMethodDescriptionvoidCMSRecordListContent.setView(HitListView view) voidCMSSearchContent.setView(HitListView view) -
Uses of HitListView in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return HitListViewModifier and TypeMethodDescriptionstatic HitListViewReturns the enum constant of this class with the specified name.static HitListView[]HitListView.values()Returns an array containing the constants of this enum class, in the order they are declared.