Package com.adobe.cq.wcm.style
Class StyleConstants
java.lang.Object
com.adobe.cq.wcm.style.StyleConstants
Constants for style information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringStyle groups node name below which allowed style groups are defined.static final StringStyles node name below which allowed styles are defined.static final StringStyle classes property name that defines a space-separated list of CSS classes for an allowed style.static final StringStyle default classes property name that defines a space-separated list of default CSS classes at a content policy.static final StringStyle default element property name that defines the default HTML element name at a content policy.static final StringStyle element property name that defines the HTML element name of a style.static final StringStyle elements property name that defines allowed HTML elements for a component.static final StringStyle group label property name that defines a readable name for an allowed style group.static final StringStyle group multiple property name that defines whether multiple selection is allowed for an allowed style group.static final StringStyle ID property name that defines a unique identifier for an allowed style.static final StringStyle IDs property name that defines the list of styles to be applied for the resource.static final StringStyle label property name that defines a readable name for an allowed style. -
Method Summary
-
Field Details
-
NN_STYLE_GROUPS
Style groups node name below which allowed style groups are defined.- See Also:
-
NN_STYLES
Styles node name below which allowed styles are defined.- See Also:
-
PN_STYLE_GROUP_MULTIPLE
Style group multiple property name that defines whether multiple selection is allowed for an allowed style group.- See Also:
-
PN_STYLE_GROUP_LABEL
Style group label property name that defines a readable name for an allowed style group.- See Also:
-
PN_STYLE_ID
Style ID property name that defines a unique identifier for an allowed style.- See Also:
-
PN_STYLE_IDS
Style IDs property name that defines the list of styles to be applied for the resource.- See Also:
-
PN_STYLE_CLASSES
Style classes property name that defines a space-separated list of CSS classes for an allowed style.- See Also:
-
PN_STYLE_LABEL
Style label property name that defines a readable name for an allowed style.- See Also:
-
PN_STYLE_ELEMENT
Style element property name that defines the HTML element name of a style.- See Also:
-
PN_STYLE_ELEMENTS
Style elements property name that defines allowed HTML elements for a component.- See Also:
-
PN_STYLE_DEFAULT_CLASSES
Style default classes property name that defines a space-separated list of default CSS classes at a content policy.- Since:
- com.adobe.cq.wcm.style 2.1.0
- See Also:
-
PN_STYLE_DEFAULT_ELEMENT
Style default element property name that defines the default HTML element name at a content policy.- Since:
- com.adobe.cq.wcm.style 2.1.0
- See Also:
-