Package io.jmix.ui.sys
Class FragmentHelper.FragmentLoaderInitTask
java.lang.Object
io.jmix.ui.sys.FragmentHelper.FragmentLoaderInitTask
- All Implemented Interfaces:
ComponentLoader.InitTask
- Enclosing class:
- FragmentHelper
public static class FragmentHelper.FragmentLoaderInitTask
extends Object
implements ComponentLoader.InitTask
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
protected Fragment
protected ComponentLoaderContext
protected ScreenOptions
-
Constructor Summary
ConstructorDescriptionFragmentLoaderInitTask
(Fragment fragment, ScreenOptions options, ComponentLoaderContext fragmentLoaderContext, org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ComponentLoader.ComponentContext windowContext, Frame window) This method will be invoked after window components loading before window initialization.
-
Field Details
-
fragment
-
options
-
fragmentLoaderContext
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
FragmentLoaderInitTask
public FragmentLoaderInitTask(Fragment fragment, ScreenOptions options, @Nullable ComponentLoaderContext fragmentLoaderContext, org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
execute
Description copied from interface:ComponentLoader.InitTask
This method will be invoked after window components loading before window initialization.- Specified by:
execute
in interfaceComponentLoader.InitTask
- Parameters:
windowContext
- loader contextwindow
- top-most window
-