Package org.omnifaces.converter

Class Summary
GenericEnumConverter This generic enum converter is intended for use in UISelectMany components whose value is been bound to a List<T> property.
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.