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 LoadingIndicatorConfiguration
UI. 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 class
LoadingIndicatorConfigurationMap
Map 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 LoadingIndicatorConfiguration
InitialPageSettings. 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.
-