Uses of Class
com.vaadin.server.UICreateEvent

Packages that use UICreateEvent
com.vaadin.server   
 

Uses of UICreateEvent in com.vaadin.server
 

Methods in com.vaadin.server with parameters of type UICreateEvent
 UI UIProvider.createInstance(UICreateEvent event)
           
 UI LegacyApplicationUIProvider.createInstance(UICreateEvent event)
          Deprecated.  
 java.lang.String UIProvider.getPageTitle(UICreateEvent event)
           
 java.lang.String LegacyApplicationUIProvider.getPageTitle(UICreateEvent event)
          Deprecated.  
 com.vaadin.shared.communication.PushMode UIProvider.getPushMode(UICreateEvent event)
          Finds the PushMode to use for a specific UI.
 com.vaadin.shared.ui.ui.Transport UIProvider.getPushTransport(UICreateEvent event)
          Finds the Transport to use for a specific UI.
 java.lang.String UIProvider.getTheme(UICreateEvent event)
          Finds the theme to use for a specific UI.
 java.lang.String LegacyApplicationUIProvider.getTheme(UICreateEvent event)
          Deprecated.  
 java.lang.String UIProvider.getWidgetset(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 © 2000-2014 Vaadin Ltd. All Rights Reserved.