Interface HasConverterMessage
- All Known Subinterfaces:
- DateTagDeclaration,- FileTagDeclaration,- InTagDeclaration,- RangeTagDeclaration,- SelectBooleanCheckboxTagDeclaration,- SelectBooleanToggleTagDeclaration,- SelectManyCheckboxTagDeclaration,- SelectManyListboxTagDeclaration,- SelectManyListTagDeclaration,- SelectManyShuttleTagDeclaration,- SelectOneChoiceTagDeclaration,- SelectOneListboxTagDeclaration,- SelectOneListTagDeclaration,- SelectOneRadioTagDeclaration,- StarsTagDeclaration,- TextareaTagDeclaration,- TreeSelectTagDeclaration
public interface HasConverterMessage
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetConverterMessage(String converterMessage) An expression that specifies the converter message.
- 
Method Details- 
setConverterMessageAn expression that specifies the converter message. If present, will be used as the text of the converter message, replacing any message that comes from the converter.
 
-