Package | Description |
---|---|
net.sf.mmm.client.ui.base.binding |
Contains the (base) implementations of the data binding.
|
net.sf.mmm.client.ui.base.feature |
Contains the base implementation for features.
|
net.sf.mmm.util.bean.api |
Provides the API for generic java beans defined as simple interface.
|
net.sf.mmm.util.property.api |
Provides the API for generic and powerful properties.
|
net.sf.mmm.util.validation.api |
Provides the API for simple validation of values.
|
net.sf.mmm.util.validation.base |
Contains the base-implementations of the
validation API . |
net.sf.mmm.util.validation.base.collection |
Modifier and Type | Method and Description |
---|---|
protected ValidationFailure |
AbstractUiDataBinding.createValidationFailure(Throwable error)
This method converts an exception from
AbstractUiFeatureValueAndValidation.getValueOrException(Object) to a
ValidationFailure . |
Modifier and Type | Method and Description |
---|---|
protected ValidationFailure |
AbstractUiFeatureValueAndValidation.createValidationFailure(Throwable error)
This method converts an exception from
AbstractUiFeatureValueAndValidation.getValueOrException(Object) to a
ValidationFailure . |
Modifier and Type | Method and Description |
---|---|
default ValidationFailure |
BeanAccess.validate() |
Modifier and Type | Field and Description |
---|---|
private ValidationFailure |
AbstractValueProperty.validationResult |
Modifier and Type | Method and Description |
---|---|
ValidationFailure |
WritableProperty.validate() |
ValidationFailure |
ReadOnlyPropertyImpl.validate()
Deprecated.
|
ValidationFailure |
AbstractValueProperty.validate() |
Modifier and Type | Method and Description |
---|---|
ValidationFailure |
ValueValidator.validate(V value)
This method validates the given
value . |
ValidationFailure |
ValueValidator.validate(V value,
Object valueSource)
This method validates the given
value . |
Modifier and Type | Method and Description |
---|---|
void |
ValidationCollector.onFailure(ValidationFailure failure)
This method gets called if a
ValidationFailure occurred. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidationFailure
This is the abstract base implementation of
ValidationFailure . |
class |
ComposedValidationFailure
This is an implementation of
ValidationFailure that represents the composition of other
ValidationFailure s. |
class |
ValidationFailureImpl
This is an implementation of
ValidationFailure . |
class |
ValidationFailureSuccess
Placeholder implementation of
ValidationFailure representing success used as internal representation where
null is not suitable. |
Modifier and Type | Field and Description |
---|---|
private ValidationFailure[] |
ComposedValidationFailure.failures |
private ValidationFailure |
ValidationFailureComposer.result |
Modifier and Type | Field and Description |
---|---|
private List<ValidationFailure> |
ValidationStateImpl.failureList |
private List<ValidationFailure> |
ValidationStateFailureCollector.failureList |
private List<ValidationFailure> |
ValidationFailureComposer.failureList |
private List<ValidationFailure> |
ValidationStateImpl.failureView |
Modifier and Type | Method and Description |
---|---|
protected ValidationFailure |
ValidatorJsr303.createValidationFailure(javax.validation.ConstraintViolation<?> violation,
Object valueSource)
Creates a
ValidationFailure for the given ConstraintViolation . |
ValidationFailure |
ValidationFailureComposer.get(Object valueSource) |
ValidationFailure |
ComposedValidationFailure.getFailure(int index)
Gets the
ValidationFailure at the given index . |
ValidationFailure |
ValidatorNone.validate(Object value,
Object valueSource) |
ValidationFailure |
AbstractValidator.validate(V value) |
ValidationFailure |
ValidatorJsr303.validate(V value,
Object valueSource) |
ValidationFailure |
ComposedValidator.validate(V value,
Object valueSource) |
ValidationFailure |
AbstractValueValidator.validate(V value,
Object valueSource) |
Modifier and Type | Method and Description |
---|---|
List<ValidationFailure> |
ValidationStateImpl.getFailureList()
|
List<ValidationFailure> |
ValidationStateFailureCollector.getFailureList()
|
Iterator<ValidationFailure> |
ComposedValidationFailure.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ValidationFailureComposer.add(ValidationFailure failure) |
void |
ValidationStateMessageCollector.onFailure(ValidationFailure failure) |
void |
ValidationStateImpl.onFailure(ValidationFailure failure) |
void |
ValidationStateFailureCollector.onFailure(ValidationFailure failure) |
void |
AbstractValidationStateCollector.onFailure(ValidationFailure failure) |
Constructor and Description |
---|
ComposedValidationFailure(Object source,
ValidationFailure[] failures)
The constructor.
|
ComposedValidationFailure(String code,
Object source,
ValidationFailure[] failures)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
ValidationFailure |
ValidatorCollectionElements.validate(Collection<E> value,
Object valueSource) |
ValidationFailure |
ValidatorMapValues.validate(Map<?,V> map,
Object valueSource) |
ValidationFailure |
ValidatorMapKeys.validate(Map<K,?> map,
Object valueSource) |
Copyright © 2001–2016 mmm-Team. All rights reserved.