Uses of Class
com.vaadin.ui.Root

Packages that use Root
com.vaadin The Vaadin base package. 
com.vaadin.terminal   
com.vaadin.terminal.gwt.server   
com.vaadin.ui   
 

Uses of Root in com.vaadin
 

Methods in com.vaadin that return Root
protected  Root Application.getRoot(WrappedRequest request)
          Gets a root for a request for which no root is already known.
 Root Application.getRootById(int rootId)
          Returns a Root with the given id.
 Root Application.getRootForRequest(WrappedRequest request)
          Finds the Root to which a particular request belongs.
 

Methods in com.vaadin that return types with arguments of type Root
 Collection<Root> Application.getRoots()
          Gets all the roots of this application.
 

Methods in com.vaadin with parameters of type Root
 String Application.getThemeForRoot(Root root)
          Finds the theme to use for a specific root.
 String Application.LegacyApplication.getThemeForRoot(Root root)
          Deprecated. This implementation returns the theme that has been set using Application.LegacyApplication.setTheme(String)
 String Application.getWidgetsetForRoot(Root root)
          Finds the widgetset to use for a specific root.
 

Uses of Root in com.vaadin.terminal
 

Methods in com.vaadin.terminal that return Root
 Root AbstractClientConnector.getRoot()
          Finds a Root ancestor of this connector.
 

Constructors in com.vaadin.terminal with parameters of type Root
Page(Root root)
           
 

Uses of Root in com.vaadin.terminal.gwt.server
 

Methods in com.vaadin.terminal.gwt.server that return Root
 Root DragAndDropService.getRoot()
           
 Root ClientConnector.getRoot()
          Returns the root this connector is attached to
 Root BootstrapHandler.BootstrapContext.getRoot()
           
 

Methods in com.vaadin.terminal.gwt.server with parameters of type Root
 void PortletApplicationContext2.firePortletActionRequest(Application app, Root root, ActionRequest request, ActionResponse response)
           
 void PortletApplicationContext2.firePortletEventRequest(Application app, Root root, EventRequest request, EventResponse response)
           
 void PortletApplicationContext2.firePortletRenderRequest(Application app, Root root, RenderRequest request, RenderResponse response)
           
 void PortletApplicationContext2.firePortletResourceRequest(Application app, Root root, ResourceRequest request, ResourceResponse response)
           
protected  ClientConnector AbstractCommunicationManager.getConnector(Root root, String connectorId)
           
protected  String AbstractCommunicationManager.getInitialUIDL(WrappedRequest request, Root root)
          Generates the initial UIDL message that can e.g.
protected abstract  String BootstrapHandler.getInitialUIDL(WrappedRequest request, Root root)
          Gets the initial UIDL message to send to the client.
protected  InputStream CommunicationManager.getThemeResourceAsStream(Root root, String themeName, String resource)
           
protected abstract  InputStream AbstractCommunicationManager.getThemeResourceAsStream(Root root, String themeName, String resource)
           
protected  InputStream PortletCommunicationManager.getThemeResourceAsStream(Root root, String themeName, String resource)
           
 void PortletApplicationContext2.PortletListener.handleActionRequest(ActionRequest request, ActionResponse response, Root root)
           
 boolean AbstractCommunicationManager.handleBurst(WrappedRequest source, Root root, String burst)
          Processes a message burst received from the client.
 void PortletApplicationContext2.PortletListener.handleEventRequest(EventRequest request, EventResponse response, Root root)
           
 void PortletApplicationContext2.PortletListener.handleRenderRequest(RenderRequest request, RenderResponse response, Root root)
           
 void PortletApplicationContext2.PortletListener.handleResourceRequest(ResourceRequest request, ResourceResponse response, Root root)
           
 void AbstractCommunicationManager.handleUidlRequest(WrappedRequest request, WrappedResponse response, AbstractCommunicationManager.Callback callback, Root root)
          Internally process a UIDL request from the client.
 void PortletCommunicationManager.handleUidlRequest(WrappedRequest request, WrappedResponse response, AbstractCommunicationManager.Callback callback, Root root)
           
protected  void CommunicationManager.postPaint(Root root)
           
protected  void AbstractCommunicationManager.postPaint(Root root)
          Method called after the paint phase while still being synchronized on the application
protected  void PortletCommunicationManager.postPaint(Root root)
           
 void PortletApplicationContext2.sendPortletEvent(Root root, QName name, Serializable value)
          Sends a portlet event to the indicated destination.
 void PortletApplicationContext2.setPortletMode(Root root, PortletMode portletMode)
          Sets the portlet mode.
 void PortletApplicationContext2.setSharedRenderParameter(Root root, String name, String value)
          Sets a shared portlet parameter.
 void AbstractCommunicationManager.writeUidlResponse(WrappedRequest request, boolean repaintAll, PrintWriter outWriter, Root root, boolean analyzeLayouts)
           
 

Uses of Root in com.vaadin.ui
 

Subclasses of Root in com.vaadin.ui
static class Root.LegacyWindow
          Deprecated. 
 

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

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

Constructors in com.vaadin.ui with parameters of type Root
ConnectorTracker(Root root)
          Creates a new ConnectorTracker for the given root.
 



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