Class AbstractInitTask

java.lang.Object
io.jmix.flowui.xml.layout.inittask.AbstractInitTask
All Implemented Interfaces:
ComponentLoader.InitTask
Direct Known Subclasses:
AbstractAssignActionInitTask, AssignGridColumnVisibilityPropertiesInitTask

public abstract class AbstractInitTask extends Object implements ComponentLoader.InitTask
  • Constructor Details

    • AbstractInitTask

      public AbstractInitTask()
  • Method Details

    • getOrigin

      protected com.vaadin.flow.component.Component getOrigin(ComponentLoader.Context context)
      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