Uses of Enum Class
io.goobi.viewer.model.cms.pages.content.CMSComponentScope
-
Uses of CMSComponentScope in io.goobi.viewer.model.cms.pages.content
Modifier 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.ModifierConstructorDescriptionCMSComponent
(JsfComponent jsfComponent, String label, String description, String iconPath, String templateFilename, CMSComponentScope scope, Map<String, CMSComponentAttribute> attributes, Integer order)