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 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
    • Method Detail

      • 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