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 forCollections andMaps.io.github.mmm.validation.main Contains validation support combined with native language support (NLS).io.github.mmm.validation.string Contains validation support forStringandCharSequence. -
-
Uses of Range in io.github.mmm.base.range
Subinterfaces of Range in io.github.mmm.base.range Modifier and Type Interface Description interfaceWritableRange<V>Classes in io.github.mmm.base.range that implement Range Modifier and Type Class Description classAbstractRange<V>Implementation ofRange.classNumberRangeTypeclassRangeType<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 voidRangeProperty. doSet(Range<V> newValue)Method parameters in io.github.mmm.property.range with type arguments of type Range Modifier and Type Method Description RangePropertyPropertyFactoryRange. create(String name, Class<? extends Range<V>> valueClass, PropertyMetadata<Range<V>> metadata)RangePropertyPropertyFactoryRange. 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 classNumericRange<V extends Number>Implementation ofWritableRangeforUiNumericInput. -
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 SELFAbstractCollectionValidatorBuilder. size(Range<Number> range)SELFAbstractMapValidatorBuilder. 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. rangeMethods 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 SELFComparableValidatorBuilder. 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.
-