Uses of Enum Class
io.goobi.viewer.model.cms.pages.content.CMSComponentScope
Packages that use CMSComponentScope
-
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 CMSComponentScope
Returns 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, String iconPath, String templateFilename, CMSComponentScope scope, Map<String, CMSComponentAttribute> attributes, Integer order)