Uses of Interface
io.goobi.viewer.model.cms.itemfunctionality.Functionality
Packages that use Functionality
Package
Description
Functionality interfaces and implementations that attach pagination and navigation
behaviour to CMS content components such as search, browse, TOC, and bookmark views.
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.
-
Uses of Functionality in io.goobi.viewer.model.cms.itemfunctionality
Classes in io.goobi.viewer.model.cms.itemfunctionality that implement FunctionalityModifier and TypeClassDescriptionclassclassclassCMS item functionality that renders a list of records matching a configurable Solr query.classCMS item functionality that embeds a search interface with its own query and facet state.classCMS item functionality that displays a table of contents for a specified record.classNo-op CMS item functionality used as a placeholder for items that require no special behaviour. -
Uses of Functionality in io.goobi.viewer.model.cms.pages.content.types
Methods in io.goobi.viewer.model.cms.pages.content.types that return FunctionalityModifier and TypeMethodDescriptionCMSBrowseContent.getFunctionality()Alias forCMSBrowseContent.getBrowse().CMSRecordListContent.getFunctionality()Alias forCMSRecordListContent.getSearch().CMSSearchContent.getFunctionality()Alias forCMSSearchContent.getSearch().