com.hp.lft.sdk.java

Class SliderDescription

    • Constructor Detail

      • SliderDescription

        public SliderDescription()
        Initializes a new instance of the SliderDescription class.
      • SliderDescription

        protected SliderDescription(SliderDescription.Init<?> init)
        Initializes a new instance of the SliderDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setContainerAttachedText

        public void setContainerAttachedText(StringProperty containerAttachedText)
        Sets the slider container's attached text.
        Parameters:
        containerAttachedText - a StringProperty or RegExpProperty.
      • setContainerAttachedText

        public void setContainerAttachedText(java.lang.String containerAttachedText)
        Sets the slider container's attached text.
        Parameters:
        containerAttachedText - the text.
      • getContainerAttachedText

        public StringProperty getContainerAttachedText()
        Returns the slider container's attached text.
        Returns:
        the container's attached text.
      • getOrientation

        public SliderOrientation getOrientation()
        Returns the orientation of the slider.
        Returns:
        the orientation of the slider.
      • setOrientation

        public void setOrientation(SliderOrientation orientation)
        Sets the orientation of the slider.
        Parameters:
        orientation - the orientation of the slider.
      • getPosition

        public java.lang.Integer getPosition()
        Returns the position of the slider.
        Returns:
        the position of the slider.
      • setPosition

        public void setPosition(java.lang.Integer position)
        Sets the position of the slider.
        Parameters:
        position - the position of the slider.
      • getMaxPosition

        public java.lang.Integer getMaxPosition()
        Returns the maximum position of the slider.
        Returns:
        the maximum position of the slider.
      • setMaxPosition

        public void setMaxPosition(java.lang.Integer maxPosition)
        Sets the maximum position of the slider.
        Parameters:
        maxPosition - the maximum position of the slider.
      • getMinPosition

        public java.lang.Integer getMinPosition()
        Returns the minimum position of the slider.
        Returns:
        the minimum position of the slider.
      • setMinPosition

        public void setMinPosition(java.lang.Integer minPosition)
        Sets the minimum position of the slider.
        Parameters:
        minPosition - the minimum position of the slider.
      • setScrollBar

        public void setScrollBar(java.lang.Boolean isScrollBar)
        Sets whether slider is a scrollBar.
        Parameters:
        isScrollBar - true if slider is a scrollBar.
      • isScrollBar

        public java.lang.Boolean isScrollBar()
        Indicates whether slider is a scrollBar.
        Returns:
        true if slider is a scrollBar.