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.HtmlPanelGroupCMSSidebarWidgetsBean.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 CMSPageCMSSidebarElement(CMSSidebarElement orig, CMSPageTemplate owner) Default constructor for a certain type of widget and owning CMSPageTemplate