Schnittstelle HasValidator

Alle bekannten Unterschnittstellen:
DateTagDeclaration, FileTagDeclaration, HiddenTagDeclaration, InTagDeclaration, RangeTagDeclaration, SelectBooleanCheckboxTagDeclaration, SelectBooleanToggleTagDeclaration, SelectManyCheckboxTagDeclaration, SelectManyListboxTagDeclaration, SelectManyListTagDeclaration, SelectManyShuttleTagDeclaration, SelectOneChoiceTagDeclaration, SelectOneListboxTagDeclaration, SelectOneListTagDeclaration, SelectOneRadioTagDeclaration, StarsTagDeclaration, TextareaTagDeclaration

public interface HasValidator
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    setValidator(String validator)
    A method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates the component's local value.
  • Methodendetails

    • setValidator

      void setValidator(String validator)
      A method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates the component's local value.