Uses of Interface
com.vaadin.flow.component.page.AppShellConfigurator
-
Packages that use AppShellConfigurator Package Description com.vaadin.flow.server -
-
Uses of AppShellConfigurator in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return types with arguments of type AppShellConfigurator Modifier and Type Method Description Class<? extends AppShellConfigurator>AppShellRegistry. getShell()Returns theAppShellConfiguratorclass in the application.Method parameters in com.vaadin.flow.server with type arguments of type AppShellConfigurator Modifier and Type Method Description voidAppShellRegistry. setShell(Class<? extends AppShellConfigurator> shell)Sets theAppShellConfiguratorclass in the application.
-