Class PostAddToViewEvent

    • Constructor Detail

      • PostAddToViewEvent

        public PostAddToViewEvent​(UIComponent component)

        Instantiate a new PostAddToViewEvent that indicates the argument component was just added to the view.

        Parameters:
        component - the UIComponent that has just been added to the view.
        Throws:
        IllegalArgumentException - if the argument is null.
      • PostAddToViewEvent

        public PostAddToViewEvent​(FacesContext facesContext,
                                  UIComponent component)

        Instantiate a new PostAddToViewEvent that indicates the argument component was just added to the view.

        Parameters:
        facesContext - the Faces context.
        component - the UIComponent that has just been added to the view.
        Throws:
        IllegalArgumentException - if the argument is null.