Package com.vaadin.terminal.gwt.client.communication

Interface Summary
ClientRpc Interface to be extended by all server to client RPC interfaces.
DiffJSONSerializer<T>  
FieldRpc.BlurServerRpc  
FieldRpc.FocusAndBlurServerRpc  
FieldRpc.FocusServerRpc  
GeneratedRpcMethodProvider Provides runtime data about client side RPC calls received from the server to the client-side code.
HasJavaScriptConnectorHelper  
InitializableServerRpc Initialization support for client to server RPC interfaces.
JSONSerializer<T> Implementors of this interface knows how to serialize an Object of a given type to JSON and how to deserialize the JSON back into an object.
RpcProxy.RpcProxyCreator  
SerializerMap Provide a mapping from a type (communicated between the server and the client) and a JSONSerializer instance.
ServerRpc Interface to be extended by all client to server RPC interfaces.
StateChangeEvent.StateChangeHandler  
 

Class Summary
AbstractServerConnectorEvent<H extends EventHandler>  
FieldRpc  
JsonDecoder Client side decoder for decodeing shared state and other values from JSON received from the server.
JsonEncoder Encoder for converting RPC parameters and other values to JSON for transfer between the client and the server.
MethodInvocation Information needed by the framework to send an RPC method invocation from the client to the server or vice versa.
RpcManager Client side RPC manager that can invoke methods based on RPC calls received from the server.
RpcMethod  
RpcProxy Class for creating proxy instances for Client to Server RPC.
SharedState Interface to be implemented by all shared state classes used to communicate basic information about a Connector from server to client.
StateChangeEvent  
Type  
UidlValue  
URLReference  
URLReference_Serializer  
 



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