Class PreRemoveFromViewEvent

    • Constructor Detail

      • PreRemoveFromViewEvent

        public PreRemoveFromViewEvent​(UIComponent component)

        Instantiate a new BeforeRemoveFromView that indicates the argument component is about to be removed from the view.

        Parameters:
        component - the UIComponent that is about to be removed from the view.
        Throws:
        java.lang.IllegalArgumentException - if component is null
      • PreRemoveFromViewEvent

        public PreRemoveFromViewEvent​(FacesContext facesContext,
                                      UIComponent component)

        Instantiate a new BeforeRemoveFromView that indicates the argument component is about to be removed from the view.

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