Schnittstelle HasValidatorMessage
- Alle bekannten Unterschnittstellen:
- DateTagDeclaration,- FileTagDeclaration,- InTagDeclaration,- RangeTagDeclaration,- SelectBooleanCheckboxTagDeclaration,- SelectBooleanToggleTagDeclaration,- SelectManyCheckboxTagDeclaration,- SelectManyListboxTagDeclaration,- SelectManyListTagDeclaration,- SelectManyShuttleTagDeclaration,- SelectOneChoiceTagDeclaration,- SelectOneListboxTagDeclaration,- SelectOneListTagDeclaration,- SelectOneRadioTagDeclaration,- StarsTagDeclaration,- TextareaTagDeclaration,- TreeSelectTagDeclaration
public interface HasValidatorMessage
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidsetValidatorMessage(String validatorMessage) An expression that specifies the validator message.
- 
Methodendetails- 
setValidatorMessageAn expression that specifies the validator message. If present, will be used as the text of the validator message, replacing any message that comes from the validator.
 
-