Uses of Interface
com.vaadin.flow.component.ReconnectDialogConfiguration
-
Packages that use ReconnectDialogConfiguration Package Description com.vaadin.flow.component com.vaadin.flow.internal.nodefeature com.vaadin.flow.server -
-
Uses of ReconnectDialogConfiguration in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return ReconnectDialogConfiguration Modifier and Type Method Description ReconnectDialogConfigurationUI. getReconnectDialogConfiguration()Retrieves the object used for configuring the reconnect dialog. -
Uses of ReconnectDialogConfiguration in com.vaadin.flow.internal.nodefeature
Classes in com.vaadin.flow.internal.nodefeature that implement ReconnectDialogConfiguration Modifier and Type Class Description classReconnectDialogConfigurationMapMap for storing the reconnect dialog configuration for a UI. -
Uses of ReconnectDialogConfiguration in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return ReconnectDialogConfiguration Modifier and Type Method Description ReconnectDialogConfigurationInitialPageSettings. getReconnectDialogConfiguration()Deprecated.Returns the configuration object for reconnect dialog.Methods in com.vaadin.flow.server that return types with arguments of type ReconnectDialogConfiguration Modifier and Type Method Description Optional<ReconnectDialogConfiguration>AppShellSettings. getReconnectDialogConfiguration()Deprecated.It only works when useDeprecatedV14Bootstrapping is enabled.
-