Interface UiSlider<V extends Number>

    • Method Detail

      • isTextVisible

        boolean isTextVisible()
        Returns:
        true if the output (value as text beside the slider) is visible, false otherwise. By default output should be visible.
      • setTextVisible

        void setTextVisible​(boolean textVisible)
        Parameters:
        textVisible - the new value of isTextVisible().
      • isTextEditable

        boolean isTextEditable()
        Returns:
        true if the output (value as text beside the slider) is editable, false otherwise. By default output is not editable. This can be changed to allow power-users to edit the value by typing what is usually faster than moving the slider. However, if efficient typing of the value by power-users is an issue, you should consider using UiNumberInput instead.
      • setTextEditable

        void setTextEditable​(boolean textEditable)
        Parameters:
        textEditable - the new value of isTextEditable().