Class SidePanelLayoutCloserLoader.FindSidePanelLayoutCloserParentTask
java.lang.Object
io.jmix.flowui.xml.layout.loader.component.SidePanelLayoutCloserLoader.FindSidePanelLayoutCloserParentTask
- All Implemented Interfaces:
ComponentLoader.InitTask
- Enclosing class:
- SidePanelLayoutCloserLoader
protected class SidePanelLayoutCloserLoader.FindSidePanelLayoutCloserParentTask
extends Object
implements ComponentLoader.InitTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ComponentLoader.ComponentContext context, View<?> view) This method will be invoked after view initialization.voidexecute(ComponentLoader.Context context) This method will be invoked after component's content initialization.
-
Constructor Details
-
FindSidePanelLayoutCloserParentTask
protected FindSidePanelLayoutCloserParentTask()
-
-
Method Details
-
execute
Description copied from interface:ComponentLoader.InitTaskThis method will be invoked after view initialization.- Specified by:
executein interfaceComponentLoader.InitTask- Parameters:
context- loader contextview- view
-
execute
Description copied from interface:ComponentLoader.InitTaskThis method will be invoked after component's content initialization.- Specified by:
executein interfaceComponentLoader.InitTask- Parameters:
context- loader context
-