aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/widgetsetutils/RpcProxyGenerator.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-142/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-2/+2
|
* Use "this" to avoid conflicts if there's a parameter named "connector"Leif Åstrand2012-06-211-1/+1
|
* Reformatted all source filesArtur Signell2012-04-161-2/+1
|
* Simplified initialization of ServerRpc proxiesArtur Signell2012-04-121-14/+9
| | | | | | | | Renamed InitializableClientToServerRpc -> InitializableServerRpc and moved it out from ServerRpc to avoid confusion (#8599) It is now possible to use RpcProxy.create(class, Connector) before the connector has been initialized
* Less logging + always search for serializable types the same wayArtur Signell2012-03-301-6/+3
|
* Include methods from parent RPC interfaces aswell to make RPC interfaceArtur Signell2012-03-291-1/+1
| | | inheritance work
* ClientToServerRpc -> ServerRpcArtur Signell2012-03-011-1/+1
|
* paintable -> connectorArtur Signell2012-03-011-4/+4
|
* Organized imports and formatted all java filesArtur Signell2012-02-281-4/+4
|
* Renamed ClientToServerRpc -> ServerRPCArtur Signell2012-02-281-3/+3
|
* Add missing license headers and Serializable implementations.Henri Sara2012-01-251-0/+4
|
* Register and use multiple RPC implementations by RPC interface (#8278).Henri Sara2012-01-251-5/+6
|
* Generate implementations of RPC interfaces on the client side (#8278).Henri Sara2012-01-251-0/+146
The current implementation still requires paintables to explicitly initialize the generated proxy instances before using them.