Uses of Interface
com.vaadin.flow.component.page.AppShellConfigurator
Packages that use AppShellConfigurator
-
Uses of AppShellConfigurator in com.vaadin.devbundle
Classes in com.vaadin.devbundle that implement AppShellConfigurator -
Uses of AppShellConfigurator in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type AppShellConfiguratorModifier and TypeMethodDescriptionClass<? extends AppShellConfigurator> AppShellRegistry.getShell()Returns theAppShellConfiguratorclass in the application.Method parameters in com.vaadin.flow.server with type arguments of type AppShellConfiguratorModifier and TypeMethodDescriptionvoidAppShellRegistry.setShell(Class<? extends AppShellConfigurator> shell) Sets theAppShellConfiguratorclass in the application.