Class AbstractInitTask
java.lang.Object
io.jmix.flowui.xml.layout.inittask.AbstractInitTask
- All Implemented Interfaces:
- ComponentLoader.InitTask
- Direct Known Subclasses:
- AbstractAssignActionInitTask,- AssignGridColumnVisibilityPropertiesInitTask
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(ComponentLoader.ComponentContext context, View<?> view) This method will be invoked after view initialization.protected com.vaadin.flow.component.ComponentgetOrigin(ComponentLoader.Context context) Gets a context origin component if it can contain nexted components.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.xml.layout.ComponentLoader.InitTaskexecute
- 
Constructor Details- 
AbstractInitTaskpublic AbstractInitTask()
 
- 
- 
Method Details- 
executeDescription copied from interface:ComponentLoader.InitTaskThis method will be invoked after view initialization.- Specified by:
- executein interface- ComponentLoader.InitTask
- Parameters:
- context- loader context
- view- view
 
- 
getOriginGets a context origin component if it can contain nexted components.- Parameters:
- context- a context object
- Returns:
- a context origin component if it can contain nexted components
- Throws:
- GuiDevelopmentException- if origin cannot contain components
 
 
-