| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and Description |
|---|---|
UI |
UIProvider.createInstance(UICreateEvent event) |
UI |
LegacyApplicationUIProvider.createInstance(UICreateEvent event)
Deprecated.
|
String |
UIProvider.getPageTitle(UICreateEvent event) |
String |
LegacyApplicationUIProvider.getPageTitle(UICreateEvent event)
Deprecated.
|
PushMode |
UIProvider.getPushMode(UICreateEvent event)
Finds the
PushMode to use for a specific UI. |
Transport |
UIProvider.getPushTransport(UICreateEvent event)
Finds the
Transport to use for a specific UI. |
String |
UIProvider.getTheme(UICreateEvent event)
Finds the theme to use for a specific UI.
|
String |
LegacyApplicationUIProvider.getTheme(UICreateEvent event)
Deprecated.
|
String |
UIProvider.getWidgetset(UICreateEvent event)
Deprecated.
This method has been replaced by
UIProvider.getWidgetsetInfo(UICreateEvent) in 7.7 |
WidgetsetInfo |
UIProvider.getWidgetsetInfo(UICreateEvent event)
Finds the widgetset to use for a specific UI.
|
boolean |
UIProvider.isPreservedOnRefresh(UICreateEvent event)
Checks whether the same UI state should be reused if the framework can
detect that the application is opened in a browser window where it has
previously been open.
|
boolean |
VaadinService.preserveUIOnRefresh(UIProvider provider,
UICreateEvent event)
Check if the given UI should be associated with the
window.name so that it can be re-used if the browser window
is reloaded. |
boolean |
VaadinPortletService.preserveUIOnRefresh(UIProvider provider,
UICreateEvent event)
Always preserve UIs in portlets to make portlet actions work.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.