Uses of Class
io.goobi.viewer.model.cms.pages.content.CMSComponentAttribute
Packages that use CMSComponentAttribute
- 
Uses of CMSComponentAttribute in io.goobi.viewer.model.cms.legacy
Methods in io.goobi.viewer.model.cms.legacy that return types with arguments of type CMSComponentAttribute - 
Uses of CMSComponentAttribute in io.goobi.viewer.model.cms.pages.content
Methods in io.goobi.viewer.model.cms.pages.content that return CMSComponentAttributeModifier and TypeMethodDescriptionCMSComponent.getAttribute(String key) static CMSComponentAttributeCMSComponentAttribute.loadFromXML(org.jdom2.Element element) Methods in io.goobi.viewer.model.cms.pages.content that return types with arguments of type CMSComponentAttributeConstructors in io.goobi.viewer.model.cms.pages.content with parameters of type CMSComponentAttributeConstructor parameters in io.goobi.viewer.model.cms.pages.content with type arguments of type CMSComponentAttributeModifierConstructorDescriptionCMSComponent(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