JSF Enum Converter

See Also | Tutorials

Converts between java.lang.String values in your component properties and data types of java.lang.Enum or the Java enum primitive type. This converter is available in JavaServer Faces 1.2 and later, so your project must use Java EE 5. The conversion usually applies to the property a component uses to display values and to pick up values entered by users. For example, the Text Field component uses the text property for this purpose.

See Also
JDBC Type Conversions for RowSets
Common Component Properties
About the Visual Web Palette
Tutorials

Legal Notices