Uses of Class
io.goobi.viewer.model.toc.TOC
Packages that use TOC
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Functionality interfaces and implementations that attach pagination and navigation
behaviour to CMS content components such as search, browse, TOC, and bookmark views.
Contains the table-of-contents model for digitized records, including the
TOC aggregate,
individual TOCElement entries, and the TocMaker that builds the hierarchy from Solr or METS data.Contains the core viewer model, including the central
ViewManager, physical and structural record elements,
page navigation, MIME type handling, and supporting value types used across the viewer presentation layer.Provides visibility condition classes used to determine whether UI elements should be displayed for a given record page.
-
Uses of TOC in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return TOC -
Uses of TOC in io.goobi.viewer.model.cms.itemfunctionality
Methods in io.goobi.viewer.model.cms.itemfunctionality that return TOC -
Uses of TOC in io.goobi.viewer.model.toc
Methods in io.goobi.viewer.model.toc with parameters of type TOCModifier and TypeMethodDescriptionstatic Map<String, List<TOCElement>> TocMaker.generateToc(TOC toc, StructElement structElement, boolean addAllSiblings, String mimeType, int tocCurrentPage, int hitsPerPage) Generates the TOC. -
Uses of TOC in io.goobi.viewer.model.viewer
Methods in io.goobi.viewer.model.viewer that return TOCMethods in io.goobi.viewer.model.viewer with parameters of type TOC -
Uses of TOC in io.goobi.viewer.model.viewer.record.views
Methods in io.goobi.viewer.model.viewer.record.views that return TOCModifier and TypeMethodDescriptionprotected TOCVisibilityCondition.getToc(ViewManager viewManager)