Uses of Enum Class
io.goobi.viewer.model.cms.pages.content.CMSComponentScope
Packages that use CMSComponentScope
Package
Description
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 CMSComponentScope in io.goobi.viewer.model.cms.pages.content
Methods in io.goobi.viewer.model.cms.pages.content that return CMSComponentScopeModifier and TypeMethodDescriptionCMSComponent.getScope()static CMSComponentScopeReturns the enum constant of this class with the specified name.static CMSComponentScope[]CMSComponentScope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.goobi.viewer.model.cms.pages.content with parameters of type CMSComponentScopeConstructors in io.goobi.viewer.model.cms.pages.content with parameters of type CMSComponentScopeModifierConstructorDescriptionCMSComponent(JsfComponent jsfComponent, String label, String description, List<String> types, String templateFilename, CMSComponentScope scope, Map<String, CMSComponentAttribute> attributes, List<CMSComponent.Property> properties, Integer order) Constructor to create Component from template file.