aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java
Commit message (Collapse)AuthorAgeFilesLines
* Build client-compiler with mavenelmot2016-03-221-70/+0
| | | | Change-Id: Ic86a95ce44cc37c8d34d607b39f2aec4cc922ce2
* Rename BackgroundMessage -> NoLoadingIndicator (#15373)Leif Åstrand2015-01-131-3/+3
| | | | Change-Id: Icc25e5727880baa9dceba3394522b3c5b3a4314f
* Add @BackgroundMessage annotation (#15373)Leif Åstrand2015-01-121-0/+6
| | | | Change-Id: Id5367b7b1ef4b7dbabfd58902ac6134222e641ba
* Handle generated method flags in a unified way (#15373)Leif Åstrand2015-01-121-1/+13
| | | | | | | | Refactor existing functionality without functional changes to make it easier to add support for the @BackgroundMessage annotation added in a separate commit. Change-Id: I27454ba44af4b7b3b7beccf29b12e22bf9f75a86
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-051-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: build.properties client/src/com/vaadin/client/ApplicationConnection.java client/src/com/vaadin/client/extensions/ResponsiveConnector.java server/src/com/vaadin/server/Responsive.java Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* | Report an error if RPC interface is parameterized (#10392).Denis Anisimov2014-04-241-0/+1
|/ | | | Change-Id: I887c14b1df282c56a1e839eae5a4534501fa3911
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Fix regressions in RPC handling (#10549)Leif Åstrand2012-12-191-1/+1
| | | | | | | | * Generate parameter types based on RPC interface instead of defining interface * Don't try to find parameter types for JavaScript RPC invocations Change-Id: I0e61e74f57dd34665c8befe826aa2759aeb01b54
* Encode all values based on declared type (#10549)Leif Åstrand2012-12-181-0/+1
| | | | | | | | | * ServerRpc encoding uses type data from the interface * Beans encoded on the server use reflection based on declared type * Remove row numbers to enable adding test without changing old indices * Update test to send non-primitive map values Change-Id: I0462b547cb7de252564b3569420b0b24cee4515f
* Abort compile if there's an RPC method with a return type (#9704)Leif Åstrand2012-09-211-1/+3
|
* Renamed com.vaadin.terminal.gwt.widgetsetutils -> ↵Artur Signell2012-08-291-0/+48
com.vaadin.server.widgetsetutils (#9431)