Uses of Class
com.vaadin.terminal.gwt.server.AbstractCommunicationManager

Packages that use AbstractCommunicationManager
com.vaadin.terminal.gwt.server   
 

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

Subclasses of AbstractCommunicationManager in com.vaadin.terminal.gwt.server
 class CommunicationManager
          Application manager processes changes and paints for single application instance.
 class PortletCommunicationManager
          TODO document me!
 

Fields in com.vaadin.terminal.gwt.server with type parameters of type AbstractCommunicationManager
protected  HashMap<Application,AbstractCommunicationManager> AbstractWebApplicationContext.applicationToAjaxAppMgrMap
           
 

Methods in com.vaadin.terminal.gwt.server with parameters of type AbstractCommunicationManager
 void ComponentSizeValidator.InvalidLayout.reportErrors(PrintWriter clientJSON, AbstractCommunicationManager communicationManager, PrintStream serverErrorStream)
           
 

Constructors in com.vaadin.terminal.gwt.server with parameters of type AbstractCommunicationManager
DragAndDropService(AbstractCommunicationManager manager)
           
JsonPaintTarget(AbstractCommunicationManager manager, PrintWriter outWriter, boolean cachingRequired)
          Creates a new JsonPaintTarget.
 



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