Interface RangeTagDeclaration

All Superinterfaces:
HasAccessKey, HasAutoSpacing, HasBinding, HasConverter, HasConverterMessage, HasDecorationPosition, HasHelp, HasId, HasIdBindingAndRendered, HasLabel, HasLabelLayout, HasTabIndex, HasTip, HasValidator, HasValidatorMessage, HasValue, HasValueChangeListener, IsDisabled, IsFocus, IsReadonly, IsRendered, IsVisual

Renders a input field with type range.
  • Method Details

    • setMin

      void setMin(String min)
      Sets the minimum value of the range.
    • setMax

      void setMax(String max)
      Sets the maximum value of the range.
    • setStep

      void setStep(String step)
      Sets the step size of the range.