Interface HasValidatorMessage
- All Known Subinterfaces:
DateTagDeclaration, FileTagDeclaration, InTagDeclaration, RangeTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyListTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneListTagDeclaration, SelectOneRadioTagDeclaration, StarsTagDeclaration, TextareaTagDeclaration, TreeSelectTagDeclaration
public interface HasValidatorMessage
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetValidatorMessage(String validatorMessage) An expression that specifies the validator message.
-
Method Details
-
setValidatorMessage
An 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.
-