Uses of Enum Class
io.goobi.viewer.model.cms.pages.content.CMSComponent.Property
Packages that use CMSComponent.Property
-
Uses of CMSComponent.Property in io.goobi.viewer.model.cms.pages.content
Methods in io.goobi.viewer.model.cms.pages.content that return CMSComponent.PropertyModifier and TypeMethodDescriptionstatic CMSComponent.Property
CMSComponent.Property.getProperty
(String s) static CMSComponent.Property
Returns the enum constant of this class with the specified name.static CMSComponent.Property[]
CMSComponent.Property.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 that return types with arguments of type CMSComponent.PropertyMethods in io.goobi.viewer.model.cms.pages.content with parameters of type CMSComponent.PropertyModifier and TypeMethodDescriptionboolean
CMSComponent.hasProperty
(CMSComponent.Property property) Constructor parameters in io.goobi.viewer.model.cms.pages.content with type arguments of type CMSComponent.PropertyModifierConstructorDescriptionCMSComponent
(JsfComponent jsfComponent, String label, String description, String iconPath, String templateFilename, CMSComponentScope scope, Map<String, CMSComponentAttribute> attributes, List<CMSComponent.Property> properties, Integer order) Constructor to create Component from template file