Class Screen.AfterInitEvent

java.lang.Object
java.util.EventObject
io.jmix.ui.screen.Screen.AfterInitEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Screen

@TriggerOnce public static class Screen.AfterInitEvent extends EventObject
Event sent when the screen controller and all its declaratively defined components are created, dependency injection is completed, and all components have completed their internal initialization procedures. Nested screen fragments (if any) have sent their InitEvent and AfterInitEvent.

In this event listener, you can create visual and data components and perform additional initialization if it depends on initialized nested fragments.

See Also: