Interface HasValidator
- All Known Subinterfaces:
DateTagDeclaration
,FileTagDeclaration
,HiddenTagDeclaration
,InTagDeclaration
,RangeTagDeclaration
,SelectBooleanCheckboxTagDeclaration
,SelectBooleanToggleTagDeclaration
,SelectManyCheckboxTagDeclaration
,SelectManyListboxTagDeclaration
,SelectManyListTagDeclaration
,SelectManyShuttleTagDeclaration
,SelectOneChoiceTagDeclaration
,SelectOneListboxTagDeclaration
,SelectOneRadioTagDeclaration
,StarsTagDeclaration
,TextareaTagDeclaration
public interface HasValidator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setValidator
(String validator) A method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates the component's local value.
-
Method Details
-
setValidator
A method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates the component's local value.
-