Class PreValidateEvent

    • Constructor Detail

      • PreValidateEvent

        public PreValidateEvent​(UIComponent component)

        Constructor

        Parameters:
        component - the UIComponent that is about to be validated.
        Throws:
        IllegalArgumentException - if the argument is null.
      • PreValidateEvent

        public PreValidateEvent​(FacesContext facesContext,
                                UIComponent component)

        Constructor

        Parameters:
        facesContext - the Faces context.
        component - the UIComponent that is about to be validated.
        Throws:
        IllegalArgumentException - if the argument is null.