Class View.RestoreComponentsStateEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<View<?>>
io.jmix.flowui.view.View.RestoreComponentsStateEvent
All Implemented Interfaces:
Serializable
Enclosing class:
View<T extends com.vaadin.flow.component.Component>

public static class View.RestoreComponentsStateEvent extends com.vaadin.flow.component.ComponentEvent<View<?>>
An event informs that the state of components that are bounded with the query parameters should be restored.
See Also:
  • Constructor Details

    • RestoreComponentsStateEvent

      public RestoreComponentsStateEvent(View<?> source)