Interface Separator

All Superinterfaces:
Component, ComponentExporter

@ConsumerType public interface Separator extends Component
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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the resource property that will indicate if the separator is decorative.

    Fields inherited from interface com.adobe.cq.wcm.core.components.models.Component

    PN_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Indicates 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

      static final 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:
  • Method Details

    • isDecorative

      default boolean isDecorative()
      Indicates whether the separator is decorative.
      Returns:
      true if the separator is decorative; false otherwise
      Since:
      com.adobe.cq.wcm.core.components.models 12.27.0