Interface Carousel

    • Field Detail

      • PN_AUTOPLAY

        static final java.lang.String PN_AUTOPLAY
        Name of the resource property that indicates whether to automatically transition between slides, or not.
        Since:
        com.adobe.cq.wcm.core.components.models 12.5.0
        See Also:
        Constant Field Values
      • PN_DELAY

        static final java.lang.String PN_DELAY
        Name of the resource property that indicates the delay (in milliseconds) when automatically transitioning between slides.
        Since:
        com.adobe.cq.wcm.core.components.models 12.5.0
        See Also:
        Constant Field Values
      • PN_AUTOPAUSE_DISABLED

        static final java.lang.String PN_AUTOPAUSE_DISABLED
        Name of the resource property that indicates whether automatic pause on hovering the carousel is disabled, or not.
        Since:
        com.adobe.cq.wcm.core.components.models 12.6.0
        See Also:
        Constant Field Values
      • PN_CONTROLS_PREPENDED

        static final java.lang.String PN_CONTROLS_PREPENDED
        Name of the policy property that defines whether the control elements should be placed in front of the carousel items.
        Since:
        com.adobe.cq.wcm.core.components.models 12.20.0
        See Also:
        Constant Field Values
    • Method Detail

      • getAutoplay

        default boolean getAutoplay()
        Indicates whether the carousel should automatically transition between slides or not.
        Returns:
        true if the carousel should automatically transition slides; false otherwise
        Since:
        com.adobe.cq.wcm.core.components.models 12.5.0
      • getDelay

        default java.lang.Long getDelay()
        Returns the delay (in milliseconds) when automatically transitioning between slides.
        Returns:
        the delay (in milliseconds) when automatically transitioning between slides
        Since:
        com.adobe.cq.wcm.core.components.models 12.5.0
      • getAutopauseDisabled

        default boolean getAutopauseDisabled()
        Indicates whether automatic pause on hovering the carousel is disabled, or not.
        Returns:
        true if automatic pause on hovering the carousel should be disabled; false otherwise
        Since:
        com.adobe.cq.wcm.core.components.models 12.6.0
      • getAccessibilityLabel

        default java.lang.String getAccessibilityLabel()
        Returns an accessibility label that describes the carousel.
        Returns:
        an accessibility label for the carousel
        Since:
        com.adobe.cq.wcm.core.components.models 12.9.0
      • isControlsPrepended

        default boolean isControlsPrepended()
        Checks if the control elements should be placed in front of the carousel items.
        Returns:
        true if the control elements should be placed in front of the items, false if they should be appended
        Since:
        com.adobe.cq.wcm.core.components.models 12.20.0