Uses of Class
com.vaadin.ui.UI

Packages that use UI
com.vaadin.event   
com.vaadin.navigator   
com.vaadin.server   
com.vaadin.server.communication   
com.vaadin.ui   
com.vaadin.util   
 

Uses of UI in com.vaadin.event
 

Methods in com.vaadin.event that return UI
 UI UIEvents.PollEvent.getUI()
          Get the UI instance that received the poll request.
 

Constructors in com.vaadin.event with parameters of type UI
UIEvents.PollEvent(UI ui)
           
 

Uses of UI in com.vaadin.navigator
 

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

Methods in com.vaadin.navigator with parameters of type UI
protected  void Navigator.init(UI ui, NavigationStateManager stateManager, ViewDisplay display)
          Initializes a navigator created with the no arguments constructor.
 

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 Page containing the given UI 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 Page containing the given UI 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 ClientConnector.getUI()
          Returns the UI this connector is attached to
 UI LocaleService.getUI()
          Retrieves the UI this service is bound to
 UI AbstractClientConnector.getUI()
          Finds a UI ancestor of this connector.
 UI DragAndDropService.getUI()
           
 UI VaadinSession.getUIByEmbedId(java.lang.String embedId)
          Finds the UI with the corresponding embed id.
 UI VaadinSession.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()
           
 java.lang.Class<? extends UI> DefaultUIProvider.getUIClass(UIClassSelectionEvent event)
           
abstract  java.lang.Class<? extends UI> UIProvider.getUIClass(UIClassSelectionEvent event)
           
 java.lang.Class<? extends UI> LegacyApplicationUIProvider.getUIClass(UIClassSelectionEvent event)
          Deprecated.  
 java.util.Collection<UI> VaadinSession.getUIs()
          Gets all the UIs of this session.
 

Methods in com.vaadin.server with parameters of type UI
 void VaadinSession.addUI(UI ui)
          Adds an initialized UI to this session.
 void VaadinPortletSession.firePortletActionRequest(UI uI, javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
          For internal use by the framework only - API subject to change.
 void VaadinPortletSession.firePortletEventRequest(UI uI, javax.portlet.EventRequest request, javax.portlet.EventResponse response)
          For internal use by the framework only - API subject to change.
 void VaadinPortletSession.firePortletRenderRequest(UI uI, javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
          For internal use by the framework only - API subject to change.
 void VaadinPortletSession.firePortletResourceRequest(UI uI, javax.portlet.ResourceRequest request, javax.portlet.ResourceResponse response)
          For internal use by the framework only - API subject to change.
 LegacyCommunicationManager.ClientCache LegacyCommunicationManager.getClientCache(UI uI)
          Deprecated. As of 7.1. See #11410.
 ClientConnector LegacyCommunicationManager.getConnector(UI uI, java.lang.String connectorId)
          Deprecated. As of 7.1. In 7.2 and later, use uI.getConnectorTracker().getConnector(connectorId) instead. See ticket #11411.
 java.lang.String LegacyCommunicationManager.getTheme(UI uI)
          Deprecated. As of 7.1. See #11412.
abstract  java.io.InputStream VaadinService.getThemeResourceAsStream(UI uI, java.lang.String themeName, java.lang.String resource)
          TODO PUSH Document TODO Pass UI or VaadinSession?
 java.io.InputStream VaadinServletService.getThemeResourceAsStream(UI uI, java.lang.String themeName, java.lang.String resource)
           
 java.io.InputStream VaadinPortletService.getThemeResourceAsStream(UI uI, java.lang.String themeName, java.lang.String resource)
           
 void VaadinPortletSession.PortletListener.handleActionRequest(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response, UI uI)
           
 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 VaadinSession.removeUI(UI ui)
          Called by the framework to remove an UI instance from the session because it has been closed.
 void LegacyCommunicationManager.repaintAll(UI ui)
          Deprecated. 
 void VaadinPortletSession.sendPortletEvent(UI uI, javax.xml.namespace.QName name, java.io.Serializable value)
          Sends a portlet event to the indicated destination.
 void VaadinPortletSession.setPortletMode(UI uI, javax.portlet.PortletMode portletMode)
          Sets the portlet mode.
 void VaadinPortletSession.setSharedRenderParameter(UI uI, java.lang.String name, java.lang.String value)
          Sets a shared portlet parameter.
static java.util.List<ComponentSizeValidator.InvalidLayout> ComponentSizeValidator.validateLayouts(UI ui)
          Validates the layout and returns a collection of errors
 

Method parameters in com.vaadin.server with type arguments of type UI
abstract  java.lang.String VaadinService.getMainDivId(VaadinSession 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 VaadinServletService.getMainDivId(VaadinSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
           
 java.lang.String VaadinPortletService.getMainDivId(VaadinSession session, VaadinRequest request, java.lang.Class<? extends UI> uiClass)
           
 

Constructors in com.vaadin.server with parameters of type UI
LocaleService(UI ui, com.vaadin.shared.ui.ui.UIState.LocaleServiceState state)
          Creates a LocaleService bound to the given UI
Page(UI uI, com.vaadin.shared.ui.ui.PageState state)
           
 

Constructor parameters in com.vaadin.server with type arguments of type UI
BootstrapFragmentResponse(BootstrapHandler handler, VaadinRequest request, VaadinSession 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, VaadinSession 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, VaadinSession session, java.lang.Class<? extends UI> uiClass, UIProvider uiProvider)
          Creates a new bootstrap event.
BrowserWindowOpener(java.lang.Class<? extends UI> uiClass)
          Creates a window opener that will open windows containing the provided UI class
BrowserWindowOpener(java.lang.Class<? extends UI> uiClass, java.lang.String path)
          Creates a window opener that will open windows containing the provided UI using the provided 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.server.communication
 

Methods in com.vaadin.server.communication that return UI
protected  UI AtmospherePushConnection.getUI()
           
 

Methods in com.vaadin.server.communication with parameters of type UI
protected  java.lang.String UIInitHandler.getInitialUidl(VaadinRequest request, UI uI)
          Generates the initial UIDL message that can e.g.
protected  void ServerRpcHandler.handleInvocation(UI ui, ClientConnector connector, com.vaadin.shared.communication.LegacyChangeVariablesInvocation legacyInvocation)
          Handles the given Legacy variable change RPC method invocation for the given connector
protected  void ServerRpcHandler.handleInvocation(UI ui, ClientConnector connector, ServerRpcMethodInvocation invocation)
          Handles the given RPC method invocation for the given connector
protected  void ServerRpcHandler.handleInvocations(UI ui, int lastSyncIdSeenByClient, elemental.json.JsonArray invocationsData)
          Processes invocations data received from the client.
 void ServerRpcHandler.handleRpc(UI ui, java.io.Reader reader, VaadinRequest request)
          Reads JSON containing zero or more serialized RPC calls (including legacy variable changes) and executes the calls.
 void ClientRpcWriter.write(UI ui, java.io.Writer writer)
          Writes a JSON object containing all pending client RPC invocations in the given UI.
 java.util.Set<java.lang.String> SharedStateWriter.write(UI ui, java.io.Writer writer)
          Writes a JSON object containing the pending state changes of the dirty connectors of the given UI.
 void UidlWriter.write(UI ui, java.io.Writer writer, boolean async)
          Writes a JSON object containing all pending changes to the given UI.
 void MetadataWriter.write(UI ui, java.io.Writer writer, boolean repaintAll, boolean async, SystemMessages messages)
          Writes a JSON object containing metadata related to the given UI.
 void ResourceWriter.write(UI ui, java.io.Writer writer, JsonPaintTarget target)
          Writes a JSON object containing registered resources.
 void ConnectorTypeWriter.write(UI ui, java.io.Writer writer, PaintTarget target)
          Writes a JSON object containing connector-ID-to-type-ID mappings for each dirty Connector in the given UI.
 void LegacyUidlWriter.write(UI ui, java.io.Writer writer, PaintTarget target)
          Writes a JSON array containing the changes of all dirty LegacyComponents in the given UI.
 void ConnectorHierarchyWriter.write(UI ui, java.io.Writer writer, java.util.Set<java.lang.String> stateUpdateConnectors)
          Writes a JSON object containing the connector hierarchy (parent-child mappings) of the dirty connectors in the given UI.
 

Constructors in com.vaadin.server.communication with parameters of type UI
AtmospherePushConnection(UI ui)
           
 

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 UI.getUI()
          Overridden to return a value instead of referring to the parent.
 UI Component.getUI()
          Gets the UI the component is attached to.
 

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.
 

Uses of UI in com.vaadin.util
 

Methods in com.vaadin.util with parameters of type UI
static java.util.Map<java.lang.Class<?>,CurrentInstance> CurrentInstance.setCurrent(UI ui)
          Sets current instances for the UI and all related classes.
 



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