Class | Description |
---|---|
GenericEnumConverter |
This generic enum converter is intended for use in
UISelectMany components whose value is been bound to a
List<E> property where E is an enum. |
ListConverter |
Base class for a converter that automatically converts a string representation of an Object back
to its original object based on objects in a given list for which conversion is taking place.
|
ListIndexConverter |
The
ListIndexConverter automatically converts between the index of an object
and the object itself based on its position in a list that's provided to this converter. |
SelectItemsConverter |
Base class for a converter that automatically converts a string representation of an Object back
to its original object based on the associated select items for the component for which conversion is
taking place.
|
SelectItemsIndexConverter |
The
SelectItemsIndexConverter automatically converts between the index of the select
item value and the select item value itself based on its position in the associated select items for the component
for which conversion is taking place. |
ValueChangeConverter |
By default, JSF converters run on every request, regardless of whether the submitted value has changed or not.
|