Interface RangeField

All Superinterfaces:
Component, DataComponent, InputComponent, LabeledComponent
All Known Implementing Classes:
RangeFieldImpl, RangeFieldWrapper

@Deprecated public interface RangeField extends InputComponent
Deprecated.
A component for selecting / entering two values, a "from" and a "to". The from-to components are freely choosable, examples are date ranges and number ranges.
  • Method Details

    • setNiceType

      void setNiceType(String niceType)
      Deprecated.
      Parameters:
      niceType - eg 'date'
    • getNiceType

      String getNiceType()
      Deprecated.
    • setRangeAlign

      void setRangeAlign(String layout)
      Deprecated.
      'h' = horizontal 'v' = vertical
    • getRangeAlign

      String getRangeAlign()
      Deprecated.