All Known Subinterfaces:
DateTagDeclaration, HiddenTagDeclaration, InTagDeclaration, OutTagDeclaration, RangeTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneRadioTagDeclaration, StarsTagDeclaration, TextareaTagDeclaration, TreeSelectTagDeclaration

public interface HasConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setConverter(String converter)
    An expression that specifies the Converter for this component.
  • Method Details

    • setConverter

      void setConverter(String converter)
      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.