Interface Separator
- All Superinterfaces:
Component,ComponentExporter
Defines the
Separator Sling Model used for the /apps/core/wcm/components/separator component.- Since:
- com.adobe.cq.wcm.core.components.models 12.7.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the resource property that will indicate if the separator is decorative. -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanIndicates whether the separator is decorative.Methods inherited from interface com.adobe.cq.wcm.core.components.models.Component
getAppliedCssClasses, getData, getExportedType, getId
-
Field Details
-
PN_IS_DECORATIVE
Name of the resource property that will indicate if the separator is decorative.- Since:
- com.adobe.cq.wcm.core.components.models 12.27.0
- See Also:
-
-
Method Details
-
isDecorative
default boolean isDecorative()Indicates whether the separator is decorative.- Returns:
trueif the separator is decorative;falseotherwise- Since:
- com.adobe.cq.wcm.core.components.models 12.27.0
-