Interface Separator
-
- All Superinterfaces:
Component,ComponentExporter
@ConsumerType public interface Separator extends Component
Defines theSeparatorSling Model used for the/apps/core/wcm/components/separatorcomponent.- Since:
- com.adobe.cq.wcm.core.components.models 12.7.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPN_IS_DECORATIVEName of the resource property that will indicate if the separator is decorative.
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisDecorative()Indicates whether the separator is decorative.-
Methods inherited from interface com.adobe.cq.wcm.core.components.models.Component
getAppliedCssClasses, getData, getExportedType, getId
-
-
-
-
Field Detail
-
PN_IS_DECORATIVE
static final java.lang.String 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:
- Constant Field Values
-
-