Uses of Class
com.vaadin.server.UICreateEvent
-
Packages that use UICreateEvent Package Description com.vaadin.server -
-
Uses of UICreateEvent in com.vaadin.server
Methods in com.vaadin.server with parameters of type UICreateEvent Modifier and Type Method Description UI
LegacyApplicationUIProvider. createInstance(UICreateEvent event)
Deprecated.UI
UIProvider. createInstance(UICreateEvent event)
String
LegacyApplicationUIProvider. getPageTitle(UICreateEvent event)
Deprecated.String
UIProvider. getPageTitle(UICreateEvent event)
PushMode
UIProvider. getPushMode(UICreateEvent event)
Finds thePushMode
to use for a specific UI.Transport
UIProvider. getPushTransport(UICreateEvent event)
Finds theTransport
to use for a specific UI.String
LegacyApplicationUIProvider. getTheme(UICreateEvent event)
Deprecated.String
UIProvider. getTheme(UICreateEvent event)
Finds the theme to use for a specific UI.String
UIProvider. getWidgetset(UICreateEvent event)
Deprecated.This method has been replaced byUIProvider.getWidgetsetInfo(UICreateEvent)
in 7.7WidgetsetInfo
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 thewindow.name
so that it can be re-used if the browser window is reloaded.
-