Class UiNumberField

All Implemented Interfaces:
UiObject, UiTextInputHandlingField

public class UiNumberField
extends UiField
implements UiTextInputHandlingField, UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Details

    • locale

      protected java.lang.String locale
    • precision

      protected int precision
    • emptyText

      protected java.lang.String emptyText
    • showClearButton

      protected boolean showClearButton
    • minValue

      protected double minValue
    • maxValue

      protected double maxValue
    • sliderMode

      protected UiNumberFieldSliderMode sliderMode
    • sliderStep

      protected double sliderStep
    • commitOnSliderChange

      protected boolean commitOnSliderChange
  • Constructor Details

    • UiNumberField

      public UiNumberField()
  • Method Details