Uses of Class
io.goobi.viewer.model.cms.widgets.CustomSidebarWidget
Packages that use CustomSidebarWidget
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.JSF managed beans (CDI backing beans) of the Goobi viewer.
Model for CMS sidebar widgets, covering custom HTML widgets, facet-field widgets, page-list
widgets, RSS feed widgets, and the display element wrapper used when rendering the sidebar.
JPA entities that embed sidebar widget instances into CMS pages and templates, with
specialised subclasses for automatic, custom, and default widget placement.
-
Uses of CustomSidebarWidget in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return CustomSidebarWidgetMethods in io.goobi.viewer.dao that return types with arguments of type CustomSidebarWidgetMethods in io.goobi.viewer.dao with parameters of type CustomSidebarWidgetModifier and TypeMethodDescriptionbooleanIDAO.addCustomWidget(CustomSidebarWidget widget) IDAO.getPagesUsingWidget(CustomSidebarWidget widget) booleanIDAO.updateCustomWidget(CustomSidebarWidget widget) -
Uses of CustomSidebarWidget in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return CustomSidebarWidgetMethods in io.goobi.viewer.dao.impl that return types with arguments of type CustomSidebarWidgetMethods in io.goobi.viewer.dao.impl with parameters of type CustomSidebarWidgetModifier and TypeMethodDescriptionbooleanJPADAO.addCustomWidget(CustomSidebarWidget widget) JPADAO.getPagesUsingWidget(CustomSidebarWidget widget) booleanJPADAO.updateCustomWidget(CustomSidebarWidget widget) -
Uses of CustomSidebarWidget in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CustomSidebarWidgetMethods in io.goobi.viewer.managedbeans with parameters of type CustomSidebarWidgetModifier and TypeMethodDescriptionCMSSidebarWidgetsBean.getEmbeddingPages(CustomSidebarWidget widget) voidCustomWidgetEditBean.setWidget(CustomSidebarWidget widget) -
Uses of CustomSidebarWidget in io.goobi.viewer.model.cms.widgets
Subclasses of CustomSidebarWidget in io.goobi.viewer.model.cms.widgetsModifier and TypeClassDescriptionclassA subtype ofCustomSidebarWidgetto display a list of possible values of a given SOLR field and link to a search listing of items with a specific value.classA subtype ofCustomSidebarWidgetto display a html text in different languages.classA subtype ofCustomSidebarWidgetto display a list of links to CMS pages.classA subtype ofCustomSidebarWidgetto display a RSS feed of selected records.Methods in io.goobi.viewer.model.cms.widgets that return CustomSidebarWidgetModifier and TypeMethodDescriptionstatic CustomSidebarWidgetCustomSidebarWidget.clone(CustomSidebarWidget o) Creates a copy of the given custom widget o.Methods in io.goobi.viewer.model.cms.widgets with parameters of type CustomSidebarWidgetModifier and TypeMethodDescriptionstatic CustomSidebarWidgetCustomSidebarWidget.clone(CustomSidebarWidget o) Creates a copy of the given custom widget o.Constructors in io.goobi.viewer.model.cms.widgets with parameters of type CustomSidebarWidgetModifierConstructorDescriptionCloning constructor.WidgetDisplayElement(CustomSidebarWidget widget, List<CMSPage> embeddedPages) -
Uses of CustomSidebarWidget in io.goobi.viewer.model.cms.widgets.embed
Methods in io.goobi.viewer.model.cms.widgets.embed that return CustomSidebarWidgetModifier and TypeMethodDescriptionCMSSidebarElementCustom.getWidget()Gets theCustomSidebarWidgetproviding the data.Methods in io.goobi.viewer.model.cms.widgets.embed with parameters of type CustomSidebarWidgetModifier and TypeMethodDescriptionvoidCMSSidebarElementCustom.setWidget(CustomSidebarWidget widget) Constructors in io.goobi.viewer.model.cms.widgets.embed with parameters of type CustomSidebarWidgetModifierConstructorDescriptionCMSSidebarElementCustom(CustomSidebarWidget widget, CMSPage owner) Default constructor for aCustomSidebarWidgetproviding the data and an owningCMSPage.CMSSidebarElementCustom(CustomSidebarWidget widget, CMSPageTemplate owner)