Interface ComponentLoader.AutowireTask

Enclosing interface:
ComponentLoader<T extends com.vaadin.flow.component.Component>

public static interface ComponentLoader.AutowireTask
AutowireTasks are used to perform autowiring of nested fragments in a view.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be invoked after origin view autowiring.
  • Method Details

    • execute

      void execute(ComponentLoader.ComponentContext componentContext)
      This method will be invoked after origin view autowiring.
      Parameters:
      componentContext - loader context