Schnittstelle HasConverterMessage
- Alle bekannten Unterschnittstellen:
- DateTagDeclaration,- FileTagDeclaration,- InTagDeclaration,- RangeTagDeclaration,- SelectBooleanCheckboxTagDeclaration,- SelectBooleanToggleTagDeclaration,- SelectManyCheckboxTagDeclaration,- SelectManyListboxTagDeclaration,- SelectManyListTagDeclaration,- SelectManyShuttleTagDeclaration,- SelectOneChoiceTagDeclaration,- SelectOneListboxTagDeclaration,- SelectOneListTagDeclaration,- SelectOneRadioTagDeclaration,- StarsTagDeclaration,- TextareaTagDeclaration,- TreeSelectTagDeclaration
public interface HasConverterMessage
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidsetConverterMessage(String converterMessage) An expression that specifies the converter message.
- 
Methodendetails- 
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.
 
-