Uses of Class
io.goobi.viewer.model.cms.widgets.CustomSidebarWidget
Package
Description
-
Uses of CustomSidebarWidget in io.goobi.viewer.dao
Modifier and TypeMethodDescriptionboolean
IDAO.addCustomWidget
(CustomSidebarWidget widget) IDAO.getPagesUsingWidget
(CustomSidebarWidget widget) boolean
IDAO.updateCustomWidget
(CustomSidebarWidget widget) -
Uses of CustomSidebarWidget in io.goobi.viewer.dao.impl
Modifier and TypeMethodDescriptionboolean
JPADAO.addCustomWidget
(CustomSidebarWidget widget) JPADAO.getPagesUsingWidget
(CustomSidebarWidget widget) boolean
JPADAO.updateCustomWidget
(CustomSidebarWidget widget) -
Uses of CustomSidebarWidget in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionvoid
CustomWidgetEditBean.setWidget
(CustomSidebarWidget widget) -
Uses of CustomSidebarWidget in io.goobi.viewer.model.cms.widgets
Modifier 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.Modifier and TypeMethodDescriptionstatic CustomSidebarWidget
CustomSidebarWidget.clone
(CustomSidebarWidget o) Creates a copy of the given custom widget o.Modifier and TypeMethodDescriptionstatic CustomSidebarWidget
CustomSidebarWidget.clone
(CustomSidebarWidget o) Creates a copy of the given custom widget o.ModifierConstructorDescriptionCloning constructor. -
Uses of CustomSidebarWidget in io.goobi.viewer.model.cms.widgets.embed
Modifier and TypeMethodDescriptionCMSSidebarElementCustom.getWidget()
Get theCustomSidebarWidget
providing the dataModifier and TypeMethodDescriptionvoid
CMSSidebarElementCustom.setWidget
(CustomSidebarWidget widget) ModifierConstructorDescriptionCMSSidebarElementCustom
(CustomSidebarWidget widget, CMSPage owner) Default constructor for aCustomSidebarWidget
providing the data and an owningCMSPage
CMSSidebarElementCustom
(CustomSidebarWidget widget, CMSPageTemplate owner)