Uses of Class
io.goobi.viewer.model.cms.widgets.CustomSidebarWidget
Packages that use CustomSidebarWidget
Package
Description
-
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 valueclassA subtype ofCustomSidebarWidgetto display a html text in different languagesclassA subtype ofCustomSidebarWidgetto display a list of links to CMS pagesclassA 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()Get theCustomSidebarWidgetproviding the dataMethods 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 owningCMSPageCMSSidebarElementCustom(CustomSidebarWidget widget, CMSPageTemplate owner)