Class RpcProxy

java.lang.Object
com.vaadin.client.communication.RpcProxy

public class RpcProxy extends Object
spreadsheet: we override this class to provide our own rpc implementation
  • Constructor Details

    • RpcProxy

      public RpcProxy()
  • Method Details

    • create

      public static <T extends com.vaadin.shared.communication.ServerRpc> T create(Class<T> rpcInterface, com.vaadin.client.ServerConnector connector)