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

All Superinterfaces:
ComponentLoader<T>
All Known Implementing Classes:
AbstractScreenLoader, MainScreenLoader, ScreenLoader

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

    • createContent

      void createContent()