Uses of Interface
com.vaadin.flow.component.page.LoadingIndicatorConfiguration
-
Packages that use LoadingIndicatorConfiguration Package Description com.vaadin.flow.component com.vaadin.flow.internal.nodefeature com.vaadin.flow.server -
-
Uses of LoadingIndicatorConfiguration in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return LoadingIndicatorConfiguration Modifier and Type Method Description LoadingIndicatorConfigurationUI. getLoadingIndicatorConfiguration()Retrieves the object used for configuring the loading indicator. -
Uses of LoadingIndicatorConfiguration in com.vaadin.flow.internal.nodefeature
Classes in com.vaadin.flow.internal.nodefeature that implement LoadingIndicatorConfiguration Modifier and Type Class Description classLoadingIndicatorConfigurationMapMap for storing configuration for the loading indicator. -
Uses of LoadingIndicatorConfiguration in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return LoadingIndicatorConfiguration Modifier and Type Method Description LoadingIndicatorConfigurationInitialPageSettings. getLoadingIndicatorConfiguration()Deprecated.Returns the configuration object for loading indicator.Methods in com.vaadin.flow.server that return types with arguments of type LoadingIndicatorConfiguration Modifier and Type Method Description Optional<LoadingIndicatorConfiguration>AppShellSettings. getLoadingIndicatorConfiguration()Deprecated.It only works when useDeprecatedV14Bootstrapping is enabled.
-