Class AbstractInitTask
java.lang.Object
io.jmix.flowui.xml.layout.inittask.AbstractInitTask
- All Implemented Interfaces:
ComponentLoader.InitTask
- Direct Known Subclasses:
AbstractAssignActionInitTask,AssignGridColumnVisibilityPropertiesInitTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.jmix.flowui.xml.layout.ComponentLoader.InitTask
execute
-
Constructor Details
-
AbstractInitTask
public AbstractInitTask()
-
-
Method Details
-
getOrigin
Gets 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
-