Class PreRenderComponentEvent

    • Constructor Detail

      • PreRenderComponentEvent

        public PreRenderComponentEvent​(UIComponent component)

        Instantiate a new PreRenderComponentEvent that indicates the argument component is about to be rendered.

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

        public PreRenderComponentEvent​(FacesContext facesContext,
                                       UIComponent component)

        Instantiate a new PreRenderComponentEvent that indicates the argument component is about to be rendered.

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