Package | Description |
---|---|
net.sf.mmm.client.ui.api.widget.media |
Contains the API for media widgets.
|
net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
net.sf.mmm.util.query.api.argument | |
net.sf.mmm.util.query.base.argument | |
net.sf.mmm.util.query.base.expression | |
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
net.sf.mmm.util.validation.base.collection | |
net.sf.mmm.util.value.api |
Provides the API for generic handling of values.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Range<Double>> |
UiWidgetMedia.getBufferRanges() |
Modifier and Type | Method and Description |
---|---|
<T> Range<?> |
UiDataBindingAdapterImpl.getRangeConstraints(TypedProperty<T> property,
Class<T> propertyType)
|
<T> Range<?> |
UiDataBindingAdapter.getRangeConstraints(TypedProperty<T> property,
Class<T> propertyType)
|
Modifier and Type | Method and Description |
---|---|
Expression |
NumberArgument.between(Range<V> range) |
Modifier and Type | Method and Description |
---|---|
default Expression |
AbstractNumberArgument.between(Range<V> range) |
Modifier and Type | Field and Description |
---|---|
static SqlOperator<Number,Range<Number>> |
SqlOperator.BETWEEN
SqlOperator to check if objects match using SQL BETWEEN operation. |
static SqlOperator<Number,Range<Number>> |
SqlOperator.NOT_BETWEEN
SqlOperator to check if objects do NOT match using SQL BETWEEN operation. |
Modifier and Type | Method and Description |
---|---|
boolean |
SqlOperator.SqlOperatorBetween.evaluate(N arg1,
Range<N> arg2) |
Modifier and Type | Field and Description |
---|---|
private Range<R> |
AbstractValidatorRange.range |
Modifier and Type | Method and Description |
---|---|
SELF |
CompareableValidatorBuilder.range(Range<V> range) |
Constructor and Description |
---|
AbstractValidatorRange(Range<R> range)
The constructor.
|
ValidatorArrayLength(Range<Integer> range)
The constructor.
|
ValidatorRange(Range<V> range)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
SELF |
AbstractMapValidatorBuilder.size(Range<Integer> range) |
SELF |
AbstractCollectionValidatorBuilder.size(Range<Integer> range) |
Constructor and Description |
---|
ValidatorCollectionSize(Range<Integer> range)
The constructor.
|
ValidatorMapSize(Range<Integer> range)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberRange
|
Copyright © 2001–2016 mmm-Team. All rights reserved.