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 TypeMethodDescriptionboolean
IDAO.addCustomWidget
(CustomSidebarWidget widget) IDAO.getPagesUsingWidget
(CustomSidebarWidget widget) boolean
IDAO.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 TypeMethodDescriptionboolean
JPADAO.addCustomWidget
(CustomSidebarWidget widget) JPADAO.getPagesUsingWidget
(CustomSidebarWidget widget) boolean
JPADAO.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 TypeMethodDescriptionvoid
CustomWidgetEditBean.setWidget
(CustomSidebarWidget widget) -
Uses of CustomSidebarWidget in io.goobi.viewer.model.cms.widgets
Subclasses of CustomSidebarWidget in io.goobi.viewer.model.cms.widgetsModifier and TypeClassDescriptionclass
A subtype ofCustomSidebarWidget
to display a list of possible values of a given SOLR field and link to a search listing of items with a specific valueclass
A subtype ofCustomSidebarWidget
to display a html text in different languagesclass
A subtype ofCustomSidebarWidget
to display a list of links to CMS pagesclass
A subtype ofCustomSidebarWidget
to display a RSS feed of selected records.Methods in io.goobi.viewer.model.cms.widgets that return CustomSidebarWidgetModifier and TypeMethodDescriptionstatic CustomSidebarWidget
CustomSidebarWidget.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 CustomSidebarWidget
CustomSidebarWidget.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. -
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 theCustomSidebarWidget
providing the dataMethods in io.goobi.viewer.model.cms.widgets.embed with parameters of type CustomSidebarWidgetModifier and TypeMethodDescriptionvoid
CMSSidebarElementCustom.setWidget
(CustomSidebarWidget widget) Constructors in io.goobi.viewer.model.cms.widgets.embed with parameters of type CustomSidebarWidgetModifierConstructorDescriptionCMSSidebarElementCustom
(CustomSidebarWidget widget, CMSPage owner) Default constructor for aCustomSidebarWidget
providing the data and an owningCMSPage
CMSSidebarElementCustom
(CustomSidebarWidget widget, CMSPageTemplate owner)