Uses of Class
com.bc.ceres.binding.ValueRange
-
Packages that use ValueRange Package Description com.bc.ceres.binding The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM.com.bc.ceres.binding.converters Contains some commonConverter
implementations.com.bc.ceres.binding.validators Contains some commonValidator
implementations. -
-
Uses of ValueRange in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return ValueRange Modifier and Type Method Description ValueRange
PropertyDescriptor. getValueRange()
static ValueRange
ValueRange. parseValueRange(String text)
Parses anValueRange
.Methods in com.bc.ceres.binding with parameters of type ValueRange Modifier and Type Method Description void
PropertyDescriptor. setValueRange(ValueRange valueRange)
-
Uses of ValueRange in com.bc.ceres.binding.converters
Methods in com.bc.ceres.binding.converters that return ValueRange Modifier and Type Method Description ValueRange
IntervalConverter. parse(String text)
Methods in com.bc.ceres.binding.converters that return types with arguments of type ValueRange Modifier and Type Method Description Class<ValueRange>
IntervalConverter. getValueType()
Methods in com.bc.ceres.binding.converters with parameters of type ValueRange Modifier and Type Method Description String
IntervalConverter. format(ValueRange value)
-
Uses of ValueRange in com.bc.ceres.binding.validators
Constructors in com.bc.ceres.binding.validators with parameters of type ValueRange Constructor Description IntervalValidator(ValueRange valueRange)
-