Uses of Interface
io.github.mmm.base.range.Range
-
Packages that use Range Package Description io.github.mmm.base.range io.github.mmm.property.builder.lang io.github.mmm.property.range Contains property infrastructure forRange
.io.github.mmm.ui.spi.range io.github.mmm.validation.collection Contains validation support forCollection
s andMap
s.io.github.mmm.validation.main Contains validation support combined with native language support (NLS).io.github.mmm.validation.string Contains validation support forString
andCharSequence
. -
-
Uses of Range in io.github.mmm.base.range
Subinterfaces of Range in io.github.mmm.base.range Modifier and Type Interface Description interface
WritableRange<V>
Classes in io.github.mmm.base.range that implement Range Modifier and Type Class Description class
AbstractRange<V>
Implementation ofRange
.class
NumberRangeType
class
RangeType<V>
Implementation ofRange
.Methods in io.github.mmm.base.range that return Range Modifier and Type Method Description static <T> Range<T>
Range. unbounded()
-
Uses of Range in io.github.mmm.property.builder.lang
Method parameters in io.github.mmm.property.builder.lang with type arguments of type Range Modifier and Type Method Description protected RangeProperty<V>
RangePropertyBuilder. build(String name, PropertyMetadata<Range<V>> metadata)
-
Uses of Range in io.github.mmm.property.range
Methods in io.github.mmm.property.range that return Range Modifier and Type Method Description protected Range<V>
RangeProperty. doGet()
default Range<V>
ReadableRangeProperty. getSafe()
Range<V>
RangeProperty. parse(String valueAsString)
Methods in io.github.mmm.property.range that return types with arguments of type Range Modifier and Type Method Description Class<? extends ReadableProperty<Range<V>>>
PropertyFactoryRange. getReadableInterface()
Class<? extends Range<V>>
PropertyFactoryRange. getValueClass()
default Class<Range<V>>
ReadableRangeProperty. getValueClass()
Class<? extends WritableProperty<Range<V>>>
PropertyFactoryRange. getWritableInterface()
Methods in io.github.mmm.property.range with parameters of type Range Modifier and Type Method Description protected void
RangeProperty. doSet(Range<V> newValue)
Method parameters in io.github.mmm.property.range with type arguments of type Range Modifier and Type Method Description RangeProperty
PropertyFactoryRange. create(String name, Class<? extends Range<V>> valueClass, PropertyMetadata<Range<V>> metadata)
RangeProperty
PropertyFactoryRange. create(String name, Class<? extends Range<V>> valueClass, PropertyMetadata<Range<V>> metadata)
Constructor parameters in io.github.mmm.property.range with type arguments of type Range Constructor Description RangeProperty(String name, SimpleProperty<V> valueProperty, PropertyMetadata<Range<V>> metadata)
The constructor. -
Uses of Range in io.github.mmm.ui.spi.range
Classes in io.github.mmm.ui.spi.range that implement Range Modifier and Type Class Description class
NumericRange<V extends Number>
Implementation ofWritableRange
forUiNumericInput
. -
Uses of Range in io.github.mmm.validation.collection
Methods in io.github.mmm.validation.collection with parameters of type Range Modifier and Type Method Description SELF
AbstractCollectionValidatorBuilder. size(Range<Number> range)
SELF
AbstractMapValidatorBuilder. size(Range<Number> range)
Constructors in io.github.mmm.validation.collection with parameters of type Range Constructor Description ValidatorCollectionSize(Range<Number> range)
The constructor.ValidatorMapSize(Range<Number> range)
The constructor. -
Uses of Range in io.github.mmm.validation.main
Fields in io.github.mmm.validation.main declared as Range Modifier and Type Field Description protected Range<R>
AbstractValidatorRange. range
Methods in io.github.mmm.validation.main that return Range Modifier and Type Method Description Range<R>
AbstractValidatorRange. getRange()
Methods in io.github.mmm.validation.main with parameters of type Range Modifier and Type Method Description SELF
ComparableValidatorBuilder. range(Range<V> range)
Constructors in io.github.mmm.validation.main with parameters of type Range Constructor Description AbstractValidatorRange(Range<R> range)
The constructor.ValidatorRange(Range<V> range)
The constructor. -
Uses of Range in io.github.mmm.validation.string
Constructors in io.github.mmm.validation.string with parameters of type Range Constructor Description ValidatorCharSequnceSize(Range<Number> range)
The constructor.
-