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
ConstructorDescriptionEmpty constructor for the DAOCMSSidebarElementDefault
(CMSSidebarElementDefault orig, CMSPage owner) Cloning constructor with a CMSPage to set as ownerCMSSidebarElementDefault
(WidgetContentType type, CMSPage owner) Default constructor for aWidgetContentType
determining the xhtml component to use and an owningCMSPage
CMSSidebarElementDefault
(WidgetContentType orig, CMSPageTemplate owner) -
Method Summary
Methods inherited from class io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElement
copy, copy, getContentType, 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 aWidgetContentType
determining 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
-