summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Update TextArea to extend AbstractFieldNew (#53)Aleksi Hietanen2016-08-264-8/+263
* Move old PasswordField to compatibility packageArtur Signell2016-08-251-123/+0
* Convert LoginForm to use new TextFieldArtur Signell2016-08-251-0/+107
* Clean up LoginFormArtur Signell2016-08-251-90/+80
* Move Vaadin 7 CheckBox to compatibility packageArtur Signell2016-08-251-269/+0
* Add SelectionModel interface and selection API to ListingJohannes Dahlström2016-08-256-90/+367
* Move Vaadin 7 CustomField to compatibility packageArtur Signell2016-08-251-155/+0
* Move LegacyWindow back to com.vaadin.uiArtur Signell2016-08-258-13/+8
* Use RPC for TextField cursor position and selection range updatesArtur Signell2016-08-251-11/+17
* Cleanup of TextFieldArtur Signell2016-08-251-25/+27
* Allow multiple data change handlers in client-side data sourcesTeemu Suo-Anttila2016-08-255-39/+6
* Change declarative support to use new convertersArtur Signell2016-08-2410-237/+113
* Convert Vaadin 7 converters to Vaadin 8 convertersArtur Signell2016-08-2443-187/+1286
* Add listing extension to allow access to data communicatorTeemu Suo-Anttila2016-08-242-17/+110
* Make binder set null values correctlyArtur Signell2016-08-244-29/+41
* Add a typed version of the Grid componentTeemu Suo-Anttila2016-08-242-2/+434
* Move Item to compatibility packageArtur Signell2016-08-244-741/+0
* Remove trailing whitespaceArtur Signell2016-08-234-21/+21
* Remove duplicate tests and rename tests BinderTestPekka Hyvönen2016-08-231-72/+6
* Move Container to compatibility packageArtur Signell2016-08-2319-3911/+0
* Move ProgressBar/ProgressIndicator to compatibility packageArtur Signell2016-08-223-367/+0
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-22131-667/+667
* Implement BeanBinder with JSR-303 validationJohannes Dahlström2016-08-227-120/+691
* Map <vaadin7> declarative prefix to com.vaadin.v7.uiArtur Signell2016-08-221-1/+4
* Move DateField and old validators to compatibility packageArtur Signell2016-08-2045-4658/+0
* Move TextArea to compatibility packageArtur Signell2016-08-205-410/+0
* Move RichTextArea to compatibility packageArtur Signell2016-08-204-494/+0
* Organize importsArtur Signell2016-08-2023-51/+68
* Move remaining selects and container implementations to compatibility packageArtur Signell2016-08-20115-30350/+4
* Move Table/TreeTable to compatibility packageArtur Signell2016-08-2049-17514/+6
* Move selects to compatibility packageArtur Signell2016-08-2021-1930/+0
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-2083-23218/+9
* Use the same groupId for all modules in the projectArtur Signell2016-08-191-1/+0
* Remove package javadocs as they are all out of dateArtur Signell2016-08-198-282/+0
* CustomField migration to new AbstractField (#61).Denis Anisimov2016-08-192-17/+166
* Remove dependencies from core framework to old componnetsArtur Signell2016-08-1910-33/+27
* Remove accidental dependency from new converters to oldArtur Signell2016-08-193-15/+6
* Define common test dependencies in the main pom fileArtur Signell2016-08-181-31/+6
* Define dependency version in the main pom fileArtur Signell2016-08-181-21/+5
* Implement new PasswordField (#52)Aleksi Hietanen2016-08-183-42/+135
* Rename legacy packages to v7Artur Signell2016-08-18170-335/+343
* Add unit tests for adding and executing data generatorsTeemu Suo-Anttila2016-08-181-4/+70
* Add DataCommunicator for data communication of ListingsTeemu Suo-Anttila2016-08-185-6/+583
* Add Listing interface and minimalistic abstract implementationTeemu Suo-Anttila2016-08-183-0/+174
* Rename Grid into LegacyGridelmot2016-08-1834-276/+270
* Binding.validate() should fire a validation status event (#134).Denis Anisimov2016-08-183-3/+119
* Update copyright year to 2016Artur Signell2016-08-18775-776/+776
* Remove trailing whitespace from code and javadocArtur Signell2016-08-18741-7581/+7581
* Format using Eclipse NeonArtur Signell2016-08-18496-4335/+4578
* Binding.withStatusChangeHandler and Binding.withStatusLabel (#30).Denis Anisimov2016-08-176-16/+536