Class View.PostReadyEvent

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

public static class View.PostReadyEvent extends com.vaadin.flow.component.ComponentEvent<View<?>>
Internal event that is fired after View.ReadyEvent. In this event listener, you can make final configuration after all lifecycle events.
See Also:
  • Constructor Details

    • PostReadyEvent

      public PostReadyEvent(View<?> source)