com.vaadin.flow.component.page.
Package com.vaadin.flow.component.page
-
Interface Summary Interface Description AppShellConfigurator An interface to configure application features and the host page where the Vaadin application is running.
BrowserWindowResizeListener Listener that gets notified when the size of the browser window containing the uI has changed.
History.HistoryStateChangeHandler Handles location change events.
LoadingIndicatorConfiguration Provides method for configuring the loading indicator.
Page.ExecutionCanceler Deprecated. superseded byPendingJavaScriptResult
Page.ExtendedClientDetailsReceiver Callback for receiving extended client-side details.
PendingJavaScriptResult A pending result from a JavaScript snippet sent to the browser for evaluation.
-
Class Summary Class Description BrowserWindowResizeEvent Event that is fired when a browser window containing a uI is resized.
ExtendedClientDetails Provides extended information about the web browser, such as screen resolution and time zone.
History Represents
window.history
in the browser.History.HistoryStateChangeEvent Event fired when the history state has changed.
Page Represents the web page open in the browser, containing the UI it is connected to.
-
Enum Summary Enum Description Inline.Position Inline position enum.
Inline.Wrapping File content wrapping enum.
TargetElement Page target element enum for inlining during bootstrap creation.
-
Exception Summary Exception Description PendingJavaScriptResult.JavaScriptException Exception used when a
CompletableFuture
returned fromPendingJavaScriptResult
is completed exceptionally because of a client-side error. -
Annotation Types Summary Annotation Type Description BodySize Defines the body size that will be added to the HTML of the host pages.
Inline Defines files to inline into the initial page.
Inline.Container Internal annotation to enable use of multiple
Inline
annotations.Meta Defines a meta tag with customized name and content that will be added to the HTML of the host page of a UI class.
Meta.Container Internal annotation to enable use of multiple
Meta
annotations.Push Configures automatic server push.
Viewport Defines a viewport tag that will be added to the HTML of the host page of a UI class.