Interface | Description |
---|---|
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 by
PendingJavaScriptResult |
Page.ExtendedClientDetailsReceiver |
Callback for receiving extended client-side details.
|
PendingJavaScriptResult |
A pending result from a JavaScript snippet sent to the browser for
evaluation.
|
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 | Description |
---|---|
Inline.Position |
Inline position enum.
|
Inline.Wrapping |
File content wrapping enum.
|
TargetElement |
Page target element enum for inlining during bootstrap creation.
|
Exception | Description |
---|---|
PendingJavaScriptResult.JavaScriptException |
Exception used when a
CompletableFuture returned from
PendingJavaScriptResult is completed exceptionally because of a
client-side error. |
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 for a root
navigation target
(or custom UI ). |
Viewport |
Defines a viewport tag that will be added to the HTML of the host page of a
UI class.
|
Copyright © 2023. All rights reserved.