Package | Description |
---|---|
net.sf.mmm.util.property.api |
Provides the API for generic and powerful properties.
|
net.sf.mmm.util.property.api.lang | |
net.sf.mmm.util.property.api.math | |
net.sf.mmm.util.property.api.time | |
net.sf.mmm.util.property.api.util |
Modifier and Type | Field and Description |
---|---|
private ObjectValidatorBuilder<?,? extends AbstractProperty.PropertyBuilder<? extends T>,?> |
AbstractProperty.PropertyBuilder.builder |
Modifier and Type | Method and Description |
---|---|
protected <PROPERTY extends AbstractProperty<? extends V>,BUILDER extends ObjectValidatorBuilder<? extends V,AbstractProperty.PropertyBuilder<PROPERTY>,?>> |
AbstractProperty.withValdidator(Function<AbstractProperty.PropertyBuilder<PROPERTY>,BUILDER> factory) |
Modifier and Type | Method and Description |
---|---|
AbstractProperty.PropertyBuilder<T> |
AbstractProperty.PropertyBuilder.withBean(Bean otherBean) |
AbstractProperty.PropertyBuilder<T> |
AbstractProperty.PropertyBuilder.withValue()
Also assign the
value from the original property. |
Modifier and Type | Method and Description |
---|---|
abstract ObjectValidatorBuilder<? extends V,? extends AbstractProperty.PropertyBuilder<? extends AbstractProperty<? extends V>>,?> |
AbstractProperty.withValdidator() |
Modifier and Type | Method and Description |
---|---|
protected <PROPERTY extends AbstractProperty<? extends V>,BUILDER extends ObjectValidatorBuilder<? extends V,AbstractProperty.PropertyBuilder<PROPERTY>,?>> |
AbstractProperty.withValdidator(Function<AbstractProperty.PropertyBuilder<PROPERTY>,BUILDER> factory) |
Modifier and Type | Method and Description |
---|---|
ValidatorBuilderString<AbstractProperty.PropertyBuilder<StringProperty>> |
StringProperty.withValdidator() |
ObjectValidatorBuilder<? extends V,? extends AbstractProperty.PropertyBuilder<? extends GenericProperty<? extends V>>,?> |
GenericProperty.withValdidator() |
ValidatorBuilderBoolean<AbstractProperty.PropertyBuilder<BooleanProperty>> |
BooleanProperty.withValdidator() |
Modifier and Type | Method and Description |
---|---|
ValidatorBuilderInteger<AbstractProperty.PropertyBuilder<ShortProperty>> |
ShortProperty.withValdidator() |
ValidatorBuilderLong<AbstractProperty.PropertyBuilder<LongProperty>> |
LongProperty.withValdidator() |
ValidatorBuilderInteger<AbstractProperty.PropertyBuilder<IntegerProperty>> |
IntegerProperty.withValdidator() |
ValidatorBuilderFloat<AbstractProperty.PropertyBuilder<FloatProperty>> |
FloatProperty.withValdidator() |
ValidatorBuilderDouble<AbstractProperty.PropertyBuilder<DoubleProperty>> |
DoubleProperty.withValdidator() |
ValidatorBuilderInteger<AbstractProperty.PropertyBuilder<ByteProperty>> |
ByteProperty.withValdidator() |
ValidatorBuilderBigDecimal<AbstractProperty.PropertyBuilder<BigDecimalProperty>> |
BigDecimalProperty.withValdidator() |
Modifier and Type | Method and Description |
---|---|
ValidatorBuilderLocalDateTime<AbstractProperty.PropertyBuilder<LocalDateTimeProperty>> |
LocalDateTimeProperty.withValdidator() |
ValidatorBuilderLocalDate<AbstractProperty.PropertyBuilder<LocalDateProperty>> |
LocalDateProperty.withValdidator() |
ValidatorBuilderInstant<AbstractProperty.PropertyBuilder<InstantProperty>> |
InstantProperty.withValdidator() |
Modifier and Type | Method and Description |
---|---|
AbstractCollectionValidatorBuilder<E,javafx.collections.ObservableSet<E>,AbstractProperty.PropertyBuilder<SetProperty<E>>,?> |
SetProperty.withValdidator() |
AbstractMapValidatorBuilder<K,V,javafx.collections.ObservableMap<K,V>,AbstractProperty.PropertyBuilder<MapProperty<K,V>>,?> |
MapProperty.withValdidator() |
AbstractCollectionValidatorBuilder<E,javafx.collections.ObservableList<E>,AbstractProperty.PropertyBuilder<ListProperty<E>>,?> |
ListProperty.withValdidator() |
Copyright © 2001–2016 mmm-Team. All rights reserved.