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
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContextprotected Fragmentprotected ComponentLoaderContextprotected ScreenOptions - 
Constructor Summary
ConstructorsConstructorDescriptionFragmentLoaderInitTask(Fragment fragment, ScreenOptions options, ComponentLoaderContext fragmentLoaderContext, 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
 - 
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.InitTaskThis method will be invoked after window components loading before window initialization.- Specified by:
 executein interfaceComponentLoader.InitTask- Parameters:
 windowContext- loader contextwindow- top-most window
 
 -