aboutsummaryrefslogtreecommitdiffstats
path: root/client-compiler/src/com/vaadin/server/widgetsetutils/metadata
Commit message (Expand)AuthorAgeFilesLines
* Build client-compiler with mavenelmot2016-03-2217-1964/+0
* Fail during compile if required methods are missing (#18924)Leif Åstrand2015-11-302-1/+17
* Replaced HashMaps with TreeMaps to keep the same order (#14736)Taras Hupalo2015-07-142-25/+102
* Allow arbitrary serializable types as Renderer data type (#15410)Johannes Dahlström2015-06-032-1/+4
* Rename BackgroundMessage -> NoLoadingIndicator (#15373)Leif Åstrand2015-01-131-3/+3
* Add @BackgroundMessage annotation (#15373)Leif Åstrand2015-01-121-0/+6
* Handle generated method flags in a unified way (#15373)Leif Åstrand2015-01-123-31/+39
* Set @since values for Grid classesLeif Åstrand2014-12-181-1/+1
* replace com.google.gwt.json.* usages with elemental.json.* (#8942)Leif Åstrand2014-12-185-19/+20
* Move Grid related renderer to com.vaadin.client.connectors (#13334)Henrik Paul2014-12-082-2/+2
* Show better feedback if renderer connector is not parameterized (#13334)Leif Åstrand2014-12-071-5/+18
* Add @NoLayout annotation (#12936)Leif Åstrand2014-11-252-0/+24
* Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-072-13/+16
|\
| * DelegateToWidget will now be run even for parent states for extendingMikael Grankvist2014-08-072-13/+16
* | Merge branch 'master' into gridLeif Åstrand2014-07-221-10/+2
|\|
| * Box and unbox long values in state fields (#14176)Leif Åstrand2014-07-091-10/+2
* | Generate type data for AbstractRendererConnector.decode (#13334)Johannes Dahlström2014-07-173-63/+119
* | Generate type data for AbstractRendererConnector.createRenderer (#13334)Johannes Dahlström2014-07-102-0/+69
|/
* Don't generate GWT.create for bean superclasses (#13813)Leif Åstrand2014-06-051-2/+2
* Support long in state again (#13692)Jonatan Kronqvist2014-05-121-2/+10
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-0516-16/+16
|\
| * Update remaining copyright years to 2014Artur Signell2014-04-231-1/+1
| * Merge changes from origin/7.1Artur Signell2014-04-2315-15/+15
| |\
| | * Update copyright year to 2014Artur Signell2014-04-1615-16/+16
* | | Report an error if RPC interface is parameterized (#10392).Denis Anisimov2014-04-242-0/+13
|/ /
* | Implement @OnStateChange (#12958)Leif Åstrand2014-04-015-36/+111
* | Reduce generated ConnectorBundleLoaderImpl size. (#9379)denisanisimov2014-02-124-103/+110
|/
* Only use ClientRcp and ServerRpc types that are interfaces (#13056)Leif Åstrand2014-01-081-2/+6
* Require implementing hasTooltip if there's custom tooltip logic (#11052)Leif Åstrand2013-04-082-53/+0
* Only add tooltip listeners when needed (#11051)Leif Åstrand2013-02-182-0/+54
* Updated copyright notices and added missing license headersArtur Signell2013-01-0415-25/+80
* Fix regressions in RPC handling (#10549)Leif Åstrand2012-12-191-1/+1
* Encode all values based on declared type (#10549)Leif Åstrand2012-12-182-2/+6
* Use class hierachy for resolving @Connect conflicts (#9826)Leif Åstrand2012-10-111-17/+0
* Abort widgetset compile for conflicting @Connect mappings (#9343)Leif Åstrand2012-10-101-3/+22
* Abort compile if there's an RPC method with a return type (#9704)Leif Åstrand2012-09-213-4/+27
* Clarify logic and add some comments (#9561)Leif Åstrand2012-09-171-10/+17
* Include getWidget return type even if createWidget is defined (#9561)Leif Åstrand2012-09-171-8/+9
* Reformatted projectArtur Signell2012-08-301-2/+1
* Renamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetset...Artur Signell2012-08-2915-0/+1497