| Interface | Description |
|---|---|
| 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 |
|---|---|
| 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. |
| Push |
Configures server push for a
UI. |
| Viewport |
Defines a viewport tag that will be added to the HTML of the host page of a
UI class.
|
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.