| 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 |
Callback method for canceling executable javascript set with
Page.executeJavaScript(String, Serializable...). |
| Class | Description |
|---|---|
| BrowserWindowResizeEvent |
Event that is fired when a browser window containing a uI is resized.
|
| 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.
|
| 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 © 2000–2018 Vaadin Ltd. All rights reserved.