Uses of Class
io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElement
Packages that use CMSSidebarElement
Package
Description
-
Uses of CMSSidebarElement in io.goobi.viewer.managedbeans
Method parameters in io.goobi.viewer.managedbeans with type arguments of type CMSSidebarElementModifier and TypeMethodDescriptionjakarta.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
Methods in io.goobi.viewer.model.cms.pages that return types with arguments of type CMSSidebarElementModifier and TypeMethodDescriptionCMSPage.getSidebarElements()
Getter for the fieldsidebarElements
.CMSPageTemplate.getSidebarElements()
Getter for the fieldsidebarElements
.Methods in io.goobi.viewer.model.cms.pages with parameters of type CMSSidebarElementModifier 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) Method parameters in io.goobi.viewer.model.cms.pages with type arguments of type CMSSidebarElementModifier 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
Subclasses of CMSSidebarElement in io.goobi.viewer.model.cms.widgets.embedModifier 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.Methods in io.goobi.viewer.model.cms.widgets.embed that return CMSSidebarElementModifier 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.Methods in io.goobi.viewer.model.cms.widgets.embed with parameters of type CMSSidebarElementModifier 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.Constructors in io.goobi.viewer.model.cms.widgets.embed with parameters of type CMSSidebarElementModifierConstructorDescriptionCMSSidebarElement
(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