Uses of Class
com.vaadin.ui.UI

Packages that use UI
com.vaadin.navigator   
com.vaadin.server   
com.vaadin.ui   
 

Uses of UI in com.vaadin.navigator
 

Methods in com.vaadin.navigator that return UI
 UI Navigator.getUI()
           
 

Constructors in com.vaadin.navigator with parameters of type UI
Navigator(UI ui, ComponentContainer container)
          Creates a navigator that is tracking the active view using URI fragments of the current Page and replacing the contents of a ComponentContainer with the active view.
Navigator(UI ui, NavigationStateManager stateManager, ViewDisplay display)
          Creates a navigator.
Navigator(UI ui, SingleComponentContainer container)
          Creates a navigator that is tracking the active view using URI fragments of the current Page and replacing the contents of a SingleComponentContainer with the active view.
Navigator(UI ui, ViewDisplay display)
          Creates a navigator that is tracking the active view using URI fragments of the Page containing the given UI.
 

Uses of UI in com.vaadin.server
 

Methods in com.vaadin.server that return UI
 UI UIProvider.createInstance(UICreateEvent event)
           
 UI LegacyApplicationUIProvider.createInstance(UICreateEvent event)
          Deprecated.  
 UI VaadinService.findUI(VaadinRequest request)
          Finds the UI that belongs to the provided request.
 UI LegacyApplicationUIProvider.getExistingUI(UIClassSelectionEvent event)
          Deprecated. Hack used to return existing LegacyWindow instances without regard for out-of-sync problems.
 UI AbstractClientConnector.getUI()
          Finds a UI ancestor of this connector.
 UI DragAndDropService.getUI()
           
 UI ClientConnector.getUI()
          Returns the UI this connector is attached to
 UI VaadinServiceSession.getUIById(int uiId)
          Returns a UI with the given id.
 

Methods in com.vaadin.server that return types with arguments of type UI
 java.lang.Class<? extends UI> BootstrapResponse.getUiClass()
          Gets the class of the UI that will be displayed on the generated bootstrap page.
 java.lang.Class<? extends UI> UICreateEvent.getUIClass()
          Gets the UI class that will be created.
 java.lang.Class<? extends UI> BootstrapHandler.BootstrapContext.getUIClass()
           
abstract  java.lang.Class<? extends UI> UIProvider.getUIClass(UIClassSelectionEvent event)
           
 java.lang.Class<? extends UI> LegacyApplicationUIProvider.getUIClass(UIClassSelectionEvent event)
          Deprecated.  
 java.lang.Class<? extends UI> BrowserPopupUIProvider.getUIClass(UIClassSelectionEvent event)
           
 java.lang.Class<? extends UI> DefaultUIProvider.getUIClass(UIClassSelectionEvent event)
           
 java.util.Collection<UI> VaadinServiceSession.getUIs()
          Gets all the UIs of this session.
 

Methods in com.vaadin.server with parameters of type UI
 void VaadinServiceSession.addUI(UI ui)
          Adds an initialized UI to this session.
 void VaadinServiceSession.cleanupUI(UI ui)
          Deprecated. Method is declared as public only to support LegacyApplication.close() and will be removed when LegacyApplciation support is removed.
 void VaadinPortletSession.firePortletActionRequest(UI uI, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
          Deprecated.  
 void VaadinPortletSession.firePortletEventRequest(UI uI, javax.portlet.EventRequest request, javax.portlet.EventResponse response)
          Deprecated.  
 void VaadinPortletSession.firePortletRenderRequest(UI uI, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
          Deprecated.  
 void VaadinPortletSession.firePortletResourceRequest(UI uI, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response)
          Deprecated.  
protected  ClientConnector AbstractCommunicationManager.getConnector(UI uI, java.lang.String connectorId)
          Deprecated.  
protected  java.lang.String AbstractCommunicationManager.getInitialUIDL(VaadinRequest request, UI uI)
          Deprecated. Generates the initial UIDL message that can e.g.
protected  java.io.InputStream CommunicationManager.getThemeResourceAsStream(UI uI, java.lang.String themeName, java.lang.String resource)
          Deprecated.  
protected abstract  java.io.InputStream AbstractCommunicationManager.getThemeResourceAsStream(UI uI, java.lang.String themeName, java.lang.String resource)
          Deprecated.  
protected  java.io.InputStream PortletCommunicationManager.getThemeResourceAsStream(UI uI, java.lang.String themeName, java.lang.String resource)
          Deprecated.  
 void VaadinPortletSession.PortletListener.handleActionRequest(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, UI uI)
           
 boolean AbstractCommunicationManager.handleBurst(VaadinRequest source, UI uI, java.lang.String burst)
          Deprecated. Processes a message burst received from the client.
 void VaadinPortletSession.PortletListener.handleEventRequest(javax.portlet.EventRequest request, javax.portlet.EventResponse response, UI uI)
           
 void VaadinPortletSession.PortletListener.handleRenderRequest(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, UI uI)
           
 void VaadinPortletSession.PortletListener.handleResourceRequest(javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response, UI uI)
           
 void AbstractCommunicationManager.handleUidlRequest(VaadinRequest request, VaadinResponse response, AbstractCommunicationManager.Callback callback, UI uI)
          Deprecated. Internally process a UIDL request from the client.
protected  boolean VaadinServiceSession.isUIAlive(UI ui)
          Deprecated. Might be refactored or removed before 7.0.0
protected  void AbstractCommunicationManager.postPaint(UI uI)
          Deprecated. Method called after the paint phase while still being synchronized on the session
 void VaadinPortletSession.sendPortletEvent(UI uI, javax.xml.namespace.QName name, java.io.Serializable value)
          Deprecated. Sends a portlet event to the indicated destination.
 void VaadinPortletSession.setPortletMode(UI uI, javax.portlet.PortletMode portletMode)
          Deprecated. Sets the portlet mode.
 void VaadinPortletSession.setSharedRenderParameter(UI uI, java.lang.String name, java.lang.String value)
          Deprecated. Sets a shared portlet parameter.
 void AbstractCommunicationManager.writeUidlResponse(VaadinRequest request, boolean repaintAll, java.io.PrintWriter outWriter, UI ui, boolean analyzeLayouts)
          Deprecated.  
 

Method parameters in com.vaadin.server with type arguments of type UI
abstract  java.lang.String VaadinService.getMainDivId(VaadinServiceSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
          Creates and returns a unique ID for the DIV where the UI is to be rendered.
 java.lang.String VaadinPortletService.getMainDivId(VaadinServiceSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
           
 java.lang.String VaadinServletService.getMainDivId(VaadinServiceSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
           
 

Constructors in com.vaadin.server with parameters of type UI
Page(UI uI)
           
 

Constructor parameters in com.vaadin.server with type arguments of type UI
BootstrapFragmentResponse(BootstrapHandler handler, VaadinRequest request, VaadinServiceSession session, java.lang.Class<? extends UI> uiClass, java.util.List<org.jsoup.nodes.Node> fragmentNodes, UIProvider uiProvider)
          Crate a new bootstrap fragment response.
BootstrapPageResponse(BootstrapHandler handler, VaadinRequest request, VaadinServiceSession session, java.lang.Class<? extends UI> uiClass, org.jsoup.nodes.Document document, java.util.Map<java.lang.String,java.lang.Object> headers, UIProvider uiProvider)
          Crate a new bootstrap page response.
BootstrapResponse(BootstrapHandler handler, VaadinRequest request, VaadinServiceSession session, java.lang.Class<? extends UI> uiClass, UIProvider uiProvider)
          Creates a new bootstrap event.
BrowserPopupOpener(java.lang.Class<? extends UI> uiClass)
          Creates a popup opener that will open popups containing the provided UI class
BrowserPopupOpener(java.lang.Class<? extends UI> uiClass, java.lang.String path)
          Creates a popup opener that will open popups containing the provided UI using the provided path
BrowserPopupUIProvider(java.lang.Class<? extends UI> uiClass, java.lang.String path)
           
UICreateEvent(VaadinRequest request, java.lang.Class<? extends UI> uiClass)
          Creates a new UI create event for a given VaadinRequest and UI class but without a UI id.
UICreateEvent(VaadinRequest request, java.lang.Class<? extends UI> uiClass, java.lang.Integer uiId)
          Creates a new UI create event for a given VaadinRequest, UI class and UI id
 

Uses of UI in com.vaadin.ui
 

Subclasses of UI in com.vaadin.ui
 class LegacyWindow
          Deprecated. 
 

Methods in com.vaadin.ui that return UI
static UI UI.getCurrent()
          Gets the currently used UI.
 UI Component.getUI()
          Gets the UI the component is attached to.
 UI UI.getUI()
          Overridden to return a value instead of referring to the parent.
 UI UI.CleanupEvent.getUI()
           
 

Methods in com.vaadin.ui with parameters of type UI
static void UI.setCurrent(UI ui)
          Sets the thread local for the current UI.
 

Constructors in com.vaadin.ui with parameters of type UI
ConnectorTracker(UI uI)
          Creates a new ConnectorTracker for the given uI.
UI.CleanupEvent(UI source)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.