Uses of Class
io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElement
Package
Description
-
Uses of CMSSidebarElement in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionjavax.faces.component.html.HtmlPanelGroup
CMSSidebarWidgetsBean.getSidebarGroup
(List<CMSSidebarElement> elements, CMSPage page) Getter for the fieldsidebarGroup
. -
Uses of CMSSidebarElement in io.goobi.viewer.model.cms.pages
Modifier and TypeMethodDescriptionCMSPage.getSidebarElements()
Getter for the fieldsidebarElements
.CMSPageTemplate.getSidebarElements()
Getter for the fieldsidebarElements
.Modifier and TypeMethodDescriptionvoid
CMSPage.addSidebarElement
(CMSSidebarElement element) addSidebarElement.void
CMSPageTemplate.addSidebarElement
(CMSSidebarElement element) addSidebarElement.void
CMSPage.moveDownSidebarElement
(CMSSidebarElement element) void
CMSPageTemplate.moveDownSidebarElement
(CMSSidebarElement element) void
CMSPage.moveUpSidebarElement
(CMSSidebarElement element) void
CMSPageTemplate.moveUpSidebarElement
(CMSSidebarElement element) void
CMSPage.removeSidebarElement
(CMSSidebarElement element) void
CMSPageTemplate.removeSidebarElement
(CMSSidebarElement element) Modifier and TypeMethodDescriptionvoid
CMSPage.setSidebarElements
(List<CMSSidebarElement> sidebarElements) Setter for the fieldsidebarElements
.void
CMSPageTemplate.setSidebarElements
(List<CMSSidebarElement> sidebarElements) Setter for the fieldsidebarElements
. -
Uses of CMSSidebarElement in io.goobi.viewer.model.cms.widgets.embed
Modifier and TypeClassDescriptionclass
Wrapper for automatic widgets contained in a CMSPage.class
Wrapper element for custom (user created) sidebar widgets.class
Wrapper element for default (static) sidebar widgets.Modifier and TypeMethodDescriptionstatic CMSSidebarElement
CMSSidebarElement.copy
(CMSSidebarElement orig, CMSPage owner) Clones the given sidebar element and assigns the given CMSPage as owner.static CMSSidebarElement
CMSSidebarElement.copy
(CMSSidebarElement orig, CMSPageTemplate owner) Clones the given sidebar element and assigns the given CMSPage as owner.Modifier and TypeMethodDescriptionstatic CMSSidebarElement
CMSSidebarElement.copy
(CMSSidebarElement orig, CMSPage owner) Clones the given sidebar element and assigns the given CMSPage as owner.static CMSSidebarElement
CMSSidebarElement.copy
(CMSSidebarElement orig, CMSPageTemplate owner) Clones the given sidebar element and assigns the given CMSPage as owner.ModifierConstructorDescriptionCMSSidebarElement
(CMSSidebarElement orig, CMSPage owner) Default constructor for a certain type of widget and owning CMSPageCMSSidebarElement
(CMSSidebarElement orig, CMSPageTemplate owner) Default constructor for a certain type of widget and owning CMSPageTemplate