Uses of Class
io.goobi.viewer.model.toc.TOCElement
Packages that use TOCElement
Package
Description
- 
Uses of TOCElement in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans with parameters of type TOCElementModifier and TypeMethodDescriptionvoidActiveDocumentBean.setChildrenInvisible(TOCElement element) setChildrenInvisible.voidActiveDocumentBean.setChildrenVisible(TOCElement element) setChildrenVisible. - 
Uses of TOCElement in io.goobi.viewer.model.toc
Methods in io.goobi.viewer.model.toc that return TOCElementModifier and TypeMethodDescriptionTOC.getActiveElement()Recalculates the visibility of TOC elements after a +/- button has been pressed.Methods in io.goobi.viewer.model.toc that return types with arguments of type TOCElementModifier and TypeMethodDescriptionstatic Map<String, List<TOCElement>> TocMaker.generateToc(TOC toc, StructElement structElement, boolean addAllSiblings, String mimeType, int tocCurrentPage, int hitsPerPage) Generate the TOC.TOC.getFlatView()getFlatView.TOC.getTocElements()getTocElements.TOC.getTreeView()getTreeView.TOC.getTreeViewForGroup(String group) getTreeViewForGroup.TOC.getTreeViewSidebar()Deprecated.TOC.getViewForGroup(String group) getViewForGroup. - 
Uses of TOCElement in io.goobi.viewer.model.toc.export.pdf
Method parameters in io.goobi.viewer.model.toc.export.pdf with type arguments of type TOCElementModifier and TypeMethodDescriptionvoidTocWriter.createPdfDocument(OutputStream output, List<TOCElement> elements) createDocument.TocWriter.getAsText(List<TOCElement> elements)