Uses of Interface
de.xima.fc.form.common.models.IXValidationResult
Packages that use IXValidationResult
-
Uses of IXValidationResult in de.xima.fc.form.common.items
Methods in de.xima.fc.form.common.items that return types with arguments of type IXValidationResult -
Uses of IXValidationResult in de.xima.fc.form.common.models
Classes in de.xima.fc.form.common.models that implement IXValidationResultMethods in de.xima.fc.form.common.models that return IXValidationResultModifier and TypeMethodDescriptiondefault IXValidationResult
IXItemBasic.validate
(List<String[]> values, Locale locale, Map<Serializable, Serializable> frqSessionAttributes) Deprecated.Methods in de.xima.fc.form.common.models that return types with arguments of type IXValidationResultModifier and TypeMethodDescriptiondefault List<IXValidationResult>
IXItemBasic.validate
(IXValidationParams params) Validates the values that were submitted for this form item.
IXItemBasic.validate(IXValidationParams)
.