org.apache.myfaces.tobago.internal.taglib.declaration
Interface HasConverter

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

public interface HasConverter


Method Summary
 void setConverter(String converter)
          An expression that specifies the Converter for this component.
 

Method Detail

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.



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.