Package io.jmix.ui.sys
Class FragmentHelper.FragmentLoaderInjectTask
java.lang.Object
io.jmix.ui.sys.FragmentHelper.FragmentLoaderInjectTask
- All Implemented Interfaces:
ComponentLoader.InjectTask
- Enclosing class:
- FragmentHelper
public static class FragmentHelper.FragmentLoaderInjectTask
extends Object
implements ComponentLoader.InjectTask
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext
protected Fragment
protected ScreenOptions
-
Constructor Summary
ConstructorDescriptionFragmentLoaderInjectTask
(Fragment fragment, ScreenOptions options, 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
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
FragmentLoaderInjectTask
public FragmentLoaderInjectTask(Fragment fragment, ScreenOptions options, org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
execute
Description copied from interface:ComponentLoader.InjectTask
This method will be invoked after window components loading before window initialization.- Specified by:
execute
in interfaceComponentLoader.InjectTask
- Parameters:
windowContext
- top-most loader contextwindow
- top-most window
-