com.hp.lft.sdk.java

Class SliderDescription.Init<T extends SliderDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • containerAttachedText

        public T containerAttachedText(java.lang.String containerAttachedText)
        Initializes the slider container's attached text .
        Parameters:
        containerAttachedText - the container's attached text.
        Returns:
        the description instance with the updated state (builder pattern).
      • containerAttachedText

        public T containerAttachedText(StringProperty containerAttachedText)
        Initializes the slider container's attached text.
        Parameters:
        containerAttachedText - a StringProperty or RegExpProperty.
        Returns:
        the description instance with the updated state (builder pattern).
      • orientation

        public T orientation(SliderOrientation orientation)
        Initializes the orientation of the slider.
        Parameters:
        orientation - the orientation of the slider.
        Returns:
        the description instance with the updated state (builder pattern).
      • position

        public T position(java.lang.Integer position)
        Initializes the position of the slider.
        Parameters:
        position - the position of the slider.
        Returns:
        the description instance with the updated state (builder pattern).
      • maxPosition

        public T maxPosition(java.lang.Integer maxPosition)
        Initializes the maximum position of the slider.
        Parameters:
        maxPosition - the maximum position of the slider.
        Returns:
        the description instance with the updated state (builder pattern).
      • minPosition

        public T minPosition(java.lang.Integer minPosition)
        Initializes the minimum position of the slider.
        Parameters:
        minPosition - the minimum position of the slider.
        Returns:
        the description instance with the updated state (builder pattern).
      • isScrollBar

        public T isScrollBar(java.lang.Boolean isScrollBar)
        Initializes whether slider is a scrollBar.
        Parameters:
        isScrollBar - true if slider is a scrollBar.
        Returns:
        the description instance with the updated state (builder pattern).