com.hp.lft.sdk.sap.ui5

Class CarouselDescription.Init<T extends CarouselDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the carousel is enabled.
        Parameters:
        enabled - true to enable the object.
        Returns:
        The description instance with the update state (builder pattern).
      • itemsCount

        public T itemsCount(java.lang.Integer itemsCount)
        Initiates the item count on the carousel.
        Parameters:
        itemsCount - the item count on the carousel.
        Returns:
        The description instance with updated state (builder pattern).
      • orientation

        public T orientation(Orientation orientation)
        Initiates the visual orientation on the carousel.
        Parameters:
        orientation - the visual orientation on the carousel.
        Returns:
        the description instance with updated state (builder pattern).