Interface | Description |
---|---|
MultiFieldValidator |
Generic interface for multi field validator.
|
Class | Description |
---|---|
JsfLabelMessageInterpolator |
Unlike native JSF validation error messages, in a bean validation message by default the label of the component where
a validation constraint violation originated from can not be displayed in the middle of a message.
|
RequiredCheckboxValidator |
The
omnifaces.RequiredCheckboxValidator is intented to solve a peculiar problem with
required="true" attribute of UISelectBoolean components like
<h:selectBooleanCheckbox> . |
ValueChangeValidator<T> |
By default, JSF validators run on every request, regardless of whether the submitted value has changed or not.
|
Copyright © 2012–2020 OmniFaces. All rights reserved.