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.
    • Method Detail

      • setComponent

        public void setComponent​(UIComponent newComponent)