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 UILegacyApplicationUIProvider. createInstance(UICreateEvent event)Deprecated.UIUIProvider. createInstance(UICreateEvent event)StringLegacyApplicationUIProvider. getPageTitle(UICreateEvent event)Deprecated.StringUIProvider. getPageTitle(UICreateEvent event)PushModeUIProvider. getPushMode(UICreateEvent event)Finds thePushModeto use for a specific UI.TransportUIProvider. getPushTransport(UICreateEvent event)Finds theTransportto use for a specific UI.StringLegacyApplicationUIProvider. getTheme(UICreateEvent event)Deprecated.StringUIProvider. getTheme(UICreateEvent event)Finds the theme to use for a specific UI.StringUIProvider. getWidgetset(UICreateEvent event)Deprecated.This method has been replaced byUIProvider.getWidgetsetInfo(UICreateEvent)in 7.7WidgetsetInfoUIProvider. getWidgetsetInfo(UICreateEvent event)Finds the widgetset to use for a specific UI.booleanUIProvider. 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.booleanVaadinService. preserveUIOnRefresh(UIProvider provider, UICreateEvent event)Check if the given UI should be associated with thewindow.nameso that it can be re-used if the browser window is reloaded.
-