Interface ComponentRootLoader<T extends com.vaadin.flow.component.Component>

All Superinterfaces:
ComponentLoader<T>
All Known Implementing Classes:
AbstractViewLoader, MainViewLoader, ViewLoader

public interface ComponentRootLoader<T extends com.vaadin.flow.component.Component> extends ComponentLoader<T>
INTERNAL
  • Method Details

    • createContent

      void createContent()