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
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected Fragmentprotected ScreenOptions -
Constructor Summary
ConstructorsConstructorDescriptionFragmentLoaderInjectTask(Fragment fragment, ScreenOptions options, org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(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.InjectTaskThis method will be invoked after window components loading before window initialization.- Specified by:
executein interfaceComponentLoader.InjectTask- Parameters:
windowContext- top-most loader contextwindow- top-most window
-