Uses of Enum Class
io.goobi.viewer.model.cms.pages.content.ContentItemMode
Packages that use ContentItemMode
Package
Description
Compatibility layer for the legacy CMS template system, providing enumerations and
converters that map old content item types and page templates to the current model.
Abstractions for CMS page content, defining the
CMSContent and CMSComponent
model including attribute groups, publication state, paging support, and the persistent
component entity that stores content item configuration in the database.-
Uses of ContentItemMode in io.goobi.viewer.model.cms.legacy
Methods in io.goobi.viewer.model.cms.legacy that return ContentItemModeMethods in io.goobi.viewer.model.cms.legacy with parameters of type ContentItemModeModifier and TypeMethodDescriptionvoidCMSContentItemTemplate.setMode(ContentItemMode mode) Setter for the fieldmode. -
Uses of ContentItemMode in io.goobi.viewer.model.cms.pages.content
Methods in io.goobi.viewer.model.cms.pages.content that return ContentItemModeModifier and TypeMethodDescriptionstatic ContentItemModeget.static ContentItemModeReturns the enum constant of this class with the specified name.static ContentItemMode[]ContentItemMode.values()Returns an array containing the constants of this enum class, in the order they are declared.