Schnittstelle HasConverter
- Alle bekannten Unterschnittstellen:
- DateTagDeclaration,- HiddenTagDeclaration,- InTagDeclaration,- OutTagDeclaration,- RangeTagDeclaration,- SelectBooleanCheckboxTagDeclaration,- SelectBooleanToggleTagDeclaration,- SelectManyCheckboxTagDeclaration,- SelectManyListboxTagDeclaration,- SelectManyListTagDeclaration,- SelectManyShuttleTagDeclaration,- SelectOneChoiceTagDeclaration,- SelectOneListboxTagDeclaration,- SelectOneListTagDeclaration,- SelectOneRadioTagDeclaration,- StarsTagDeclaration,- TextareaTagDeclaration,- TreeSelectTagDeclaration
public interface HasConverter
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidsetConverter(String converter) An expression that specifies the Converter for this component.
- 
Methodendetails- 
setConverterAn 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.
 
-