Class CMSSidebarElementDefault
java.lang.Object
io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElement
io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElementDefault
- All Implemented Interfaces:
Serializable
Wrapper element for default (static) sidebar widgets. These contain no data since they are entirely described by the xhtml component given by the
content type- Author:
- florian
- See Also:
-
Field Summary
Fields inherited from class io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElement
HASH_MULTIPLIER, WIDGET_TYPE_AUTOMATIC, WIDGET_TYPE_CUSTOM, WIDGET_TYPE_DEFAULT -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor for the DAOCMSSidebarElementDefault(CMSSidebarElementDefault orig, CMSPage owner) Cloning constructor with a CMSPage to set as ownerCMSSidebarElementDefault(WidgetContentType type, CMSPage owner) Default constructor for aWidgetContentTypedetermining the xhtml component to use and an owningCMSPageCMSSidebarElementDefault(WidgetContentType orig, CMSPageTemplate owner) -
Method Summary
Methods inherited from class io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElement
canEdit, copy, copy, getAdminBackendUrl, getContentType, getDescription, getGenerationType, getId, getOrder, getOwnerPage, getOwnerTemplate, getTitle, setContentType, setGenerationType, setId, setOrder, setOwnerPage, setOwnerTemplate
-
Constructor Details
-
CMSSidebarElementDefault
public CMSSidebarElementDefault()Empty constructor for the DAO -
CMSSidebarElementDefault
Default constructor for aWidgetContentTypedetermining the xhtml component to use and an owningCMSPage- Parameters:
type-owner-
-
CMSSidebarElementDefault
-
CMSSidebarElementDefault
Cloning constructor with a CMSPage to set as owner- Parameters:
orig-owner-
-
CMSSidebarElementDefault
-