Uses of Class
io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElement
Packages that use CMSSidebarElement
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Core CMS page model including the
CMSPage entity, page templates, the template
manager, publication status, and edit-state tracking for the page authoring workflow.JPA entities that embed sidebar widget instances into CMS pages and templates, with
specialised subclasses for automatic, custom, and default widget placement.
-
Uses of CMSSidebarElement in io.goobi.viewer.managedbeans
Method parameters in io.goobi.viewer.managedbeans with type arguments of type CMSSidebarElementModifier and TypeMethodDescriptionCMSSidebarWidgetsBean.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 TypeMethodDescriptionvoidCMSPage.addSidebarElement(CMSSidebarElement element) addSidebarElement.voidCMSPageTemplate.addSidebarElement(CMSSidebarElement element) addSidebarElement.voidCMSPage.moveDownSidebarElement(CMSSidebarElement element) voidCMSPageTemplate.moveDownSidebarElement(CMSSidebarElement element) voidCMSPage.moveUpSidebarElement(CMSSidebarElement element) voidCMSPageTemplate.moveUpSidebarElement(CMSSidebarElement element) voidCMSPage.removeSidebarElement(CMSSidebarElement element) voidCMSPageTemplate.removeSidebarElement(CMSSidebarElement element) Method parameters in io.goobi.viewer.model.cms.pages with type arguments of type CMSSidebarElementModifier and TypeMethodDescriptionvoidCMSPage.setSidebarElements(List<CMSSidebarElement> sidebarElements) Setter for the fieldsidebarElements.voidCMSPageTemplate.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 TypeClassDescriptionclassWrapper for automatic widgets contained in a CMSPage.classWrapper element for custom (user created) sidebar widgets.classWrapper element for default (static) sidebar widgets.Methods in io.goobi.viewer.model.cms.widgets.embed that return CMSSidebarElementModifier and TypeMethodDescriptionstatic CMSSidebarElementCMSSidebarElement.copy(CMSSidebarElement orig, CMSPage owner) Clones the given sidebar element and assigns the given CMSPage as owner.static CMSSidebarElementCMSSidebarElement.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 CMSSidebarElementCMSSidebarElement.copy(CMSSidebarElement orig, CMSPage owner) Clones the given sidebar element and assigns the given CMSPage as owner.static CMSSidebarElementCMSSidebarElement.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 CMSPage.CMSSidebarElement(CMSSidebarElement orig, CMSPageTemplate owner) Default constructor for a certain type of widget and owning CMSPageTemplate.