Class CMSSidebarElementAutomatic
java.lang.Object
io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElement
io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElementAutomatic
- All Implemented Interfaces:
Serializable
Wrapper for automatic widgets contained in a CMSPage. Currently always bound to a
GeoMap
object to display in this widget- 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 DAOCMSSidebarElementAutomatic
(CMSSidebarElementAutomatic orig, CMSPage owner) Cloning constructor assigning the given CMSPage as ownerCMSSidebarElementAutomatic
(GeoMap map, CMSPage owner) CMSSidebarElementAutomatic
(GeoMap map, CMSPageTemplate owner) -
Method Summary
Methods inherited from class io.goobi.viewer.model.cms.widgets.embed.CMSSidebarElement
copy, copy, getContentType, getGenerationType, getId, getOrder, getOwnerPage, getOwnerTemplate, setContentType, setGenerationType, setId, setOrder, setOwnerPage, setOwnerTemplate
-
Constructor Details
-
CMSSidebarElementAutomatic
public CMSSidebarElementAutomatic()Empty constructor for the DAO -
CMSSidebarElementAutomatic
- Parameters:
map
-owner
-
-
CMSSidebarElementAutomatic
-
CMSSidebarElementAutomatic
Cloning constructor assigning the given CMSPage as owner- Parameters:
orig
-owner
-
-
CMSSidebarElementAutomatic
-
-
Method Details
-
getMap
The underlyingGeoMap
- Returns:
- the map
-
getTitle
The title of the underlying geomap- Overrides:
getTitle
in classCMSSidebarElement
- Returns:
- the title
-