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 SummaryModifier and TypeMethodDescriptionvoidsetValidatorMessage(String validatorMessage) An expression that specifies the validator message.
- 
Method Details- 
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.
 
-