public static class FragmentHelper.FragmentLoaderInjectTask extends java.lang.Object implements ComponentLoader.InjectTask
Modifier and Type | Field and Description |
---|---|
protected BeanLocator |
beanLocator |
protected Fragment |
fragment |
protected ScreenOptions |
options |
Constructor and Description |
---|
FragmentLoaderInjectTask(Fragment fragment,
ScreenOptions options,
BeanLocator beanLocator) |
Modifier and Type | Method and Description |
---|---|
void |
execute(ComponentLoader.ComponentContext windowContext,
Frame window)
This method will be invoked after window components loading before window initialization.
|
protected Fragment fragment
protected ScreenOptions options
protected BeanLocator beanLocator
public FragmentLoaderInjectTask(Fragment fragment, ScreenOptions options, BeanLocator beanLocator)
public void execute(ComponentLoader.ComponentContext windowContext, Frame window)
ComponentLoader.InjectTask
execute
in interface ComponentLoader.InjectTask
windowContext
- top-most loader contextwindow
- top-most window