Class PostRestoreStateEvent

    • Constructor Detail

      • PostRestoreStateEvent

        public PostRestoreStateEvent​(UIComponent component)

        Instantiate a new PostRestoreStateEvent that indicates the argument component just had its state restored.

        Parameters:
        component - the UIComponent whose state was just restored.
        Throws:
        IllegalArgumentException - if the argument is null.
      • PostRestoreStateEvent

        public PostRestoreStateEvent​(FacesContext facesContext,
                                     UIComponent component)

        Instantiate a new PostRestoreStateEvent that indicates the argument component just had its state restored.

        Parameters:
        facesContext - the Faces context.
        component - the UIComponent whose state was just restored.
        Throws:
        IllegalArgumentException - if the argument is null.
    • Method Detail

      • setComponent

        public void setComponent​(UIComponent newComponent)