public interface AttributeWriteValidationFailure extends AttributeReadValidationFailure
validation failure
attribute of an object.Modifier and Type | Method and Description |
---|---|
void |
setValidationFailure(String validationFailure)
This method sets the
validation failure . |
getValidationFailure
void setValidationFailure(String validationFailure)
validation failure
. UiFeatureValidation
. This
method is only intended as back-door for very special cases (e.g. you have to use your own validator
infrastructure and perform validation outside this framework). It is not recommended to use this method
as an API user.validationFailure
- is the validation failure text. The empty string or null
will clear
the error and mark the field as valid. Otherwise the field will be invalid.Copyright © 2001–2016 mmm-Team. All rights reserved.