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übersicht
Modifizierer und TypMethodeBeschreibungvoid
setConverterMessage
(String converterMessage) An expression that specifies the converter message.
-
Methodendetails
-
setConverterMessage
An 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.
-