Package io.jmix.flowui.view
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
Internal event that is fired after
View.ReadyEvent
. In this event listener,
you can make final configuration after all lifecycle events.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
PostReadyEvent
-