Class Sliderbuttons

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Component, Scope, ComponentCtrl

    public class Sliderbuttons
    extends XulElement
    A pair of buttons for slider (rangeslider and multislider).
    Since:
    9.0.0
    Author:
    jameschu
    See Also:
    Serialized Form
    • Field Detail

      • ON_RANGE_VALUE_CHANGE

        public static final java.lang.String ON_RANGE_VALUE_CHANGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • Sliderbuttons

        public Sliderbuttons()
    • Method Detail

      • getStartValue

        public int getStartValue()
        Returns the start value of this sliderbuttons.

        Default: 0.

      • setStartValue

        public void setStartValue​(int value)
        Sets the start value of this sliderbuttons.
        Parameters:
        value -
      • setStartValueDirectly

        public void setStartValueDirectly​(int value)
      • updateValues

        public void updateValues()
      • getEndValue

        public int getEndValue()
        Returns the end value of this sliderbuttons.

        Default: 0.

      • setEndValue

        public void setEndValue​(int value)
        Sets the end value of this sliderbuttons.
        Parameters:
        value -
      • setEndValueDirectly

        public void setEndValueDirectly​(int value)