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 commonConverterimplementations.com.bc.ceres.binding.validators Contains some commonValidatorimplementations. -
-
Uses of ValueRange in com.bc.ceres.binding
Methods in com.bc.ceres.binding that return ValueRange Modifier and Type Method Description ValueRangePropertyDescriptor. getValueRange()static ValueRangeValueRange. parseValueRange(String text)Parses anValueRange.Methods in com.bc.ceres.binding with parameters of type ValueRange Modifier and Type Method Description voidPropertyDescriptor. 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 ValueRangeIntervalConverter. 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 StringIntervalConverter. 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)
-