Interface HasConverter
- All Known Subinterfaces:
BadgeTagDeclaration, DateTagDeclaration, HiddenTagDeclaration, InTagDeclaration, OutTagDeclaration, RangeTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyListTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneListTagDeclaration, SelectOneRadioTagDeclaration, StarsTagDeclaration, TextareaTagDeclaration, TreeSelectTagDeclaration
public interface HasConverter
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConverter(String converter) An expression that specifies the Converter for this component.
-
Method Details
-
setConverter
An expression that specifies the Converter for this component. If the value binding expression is a String, the String is used as an ID to look up a Converter. If the value binding expression is a Converter, uses that instance as the converter. The value can either be a static value (ID case only) or an EL expression.
-