PreserveOnRefresh
annotation. Will not be removed until after the next long term support
version (targeted Vaadin 23).
For Vaadin 14, use BootstrapListener instead, which provides API for
modifying the bootstrap page and access to the UI, which provides
further replacement API like UI.getLoadingIndicatorConfiguration().
For Vaadin 15+, use AppShellConfigurator instead.
@Deprecated @FunctionalInterface public interface PageConfigurator extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
configurePage(InitialPageSettings settings)
Deprecated.
Configure the initial page settings when called.
|
void configurePage(InitialPageSettings settings)
settings - initial page settingsCopyright © 2000–2023 Vaadin Ltd. All rights reserved.