Package io.jmix.flowui.xml.layout
Interface ComponentLoader.InitTask
- All Known Implementing Classes:
AbstractAssignActionInitTask
,AssignActionInitTask
,AssignActionsInitTask
,DataLoadCoordinatorFacetProvider.AutoConfigurationInitTask
,DataLoadCoordinatorFacetProvider.OnComponentValueChangedLoadTriggerInitTask
,DataLoadCoordinatorFacetProvider.OnContainerItemChangedLoadTriggerInitTask
,DataLoadCoordinatorFacetProvider.OnScreenEventLoadTriggerInitTask
- Enclosing interface:
- ComponentLoader<T extends com.vaadin.flow.component.Component>
public static interface ComponentLoader.InitTask
InitTasks are used to perform deferred initialization of visual components.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ComponentLoader.ComponentContext context, Screen<?> screen) This method will be invoked after screen initialization.
-
Method Details
-
execute
This method will be invoked after screen initialization.- Parameters:
context
- loader contextscreen
- screen
-