Class PostValidateEvent

    • Constructor Detail

      • PostValidateEvent

        public PostValidateEvent​(UIComponent component)

        Constructor

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

        public PostValidateEvent​(FacesContext facesContext,
                                 UIComponent component)

        Constructor

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