aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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-249-233/+110
* Convert Vaadin 7 converters to Vaadin 8 convertersArtur Signell2016-08-2413-1/+617
* Add listing extension to allow access to data communicatorTeemu Suo-Anttila2016-08-241-0/+71
* Make binder set null values correctlyArtur Signell2016-08-243-29/+18
* Add a typed version of the Grid componentTeemu Suo-Anttila2016-08-242-2/+434
* Move Item to compatibility packageArtur Signell2016-08-243-727/+0
* Remove trailing whitespaceArtur Signell2016-08-234-21/+21
* Move Container to compatibility packageArtur Signell2016-08-2319-3911/+0
* Move ProgressBar/ProgressIndicator to compatibility packageArtur Signell2016-08-222-293/+0
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-2285-448/+448
* Implement BeanBinder with JSR-303 validationJohannes Dahlström2016-08-224-119/+507
* Map <vaadin7> declarative prefix to com.vaadin.v7.uiArtur Signell2016-08-221-1/+4
* Move DateField and old validators to compatibility packageArtur Signell2016-08-2023-3076/+0
* Move TextArea to compatibility packageArtur Signell2016-08-201-171/+0
* Move RichTextArea to compatibility packageArtur Signell2016-08-201-318/+0
* Organize importsArtur Signell2016-08-208-7/+10
* Move remaining selects and container implementations to compatibility packageArtur Signell2016-08-2086-27280/+4
* Move Table/TreeTable to compatibility packageArtur Signell2016-08-206-7699/+1
* Move selects to compatibility packageArtur Signell2016-08-204-501/+0
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-2019-11079/+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-194-13/+9
* Remove accidental dependency from new converters to oldArtur Signell2016-08-193-15/+6
* Implement new PasswordField (#52)Aleksi Hietanen2016-08-183-42/+135
* Rename legacy packages to v7Artur Signell2016-08-1890-173/+173
* Add DataCommunicator for data communication of ListingsTeemu Suo-Anttila2016-08-185-6/+583
* Add Listing interface and minimalistic abstract implementationTeemu Suo-Anttila2016-08-182-0/+108
* Rename Grid into LegacyGridelmot2016-08-1810-98/+98
* Binding.validate() should fire a validation status event (#134).Denis Anisimov2016-08-181-2/+2
* Update copyright year to 2016Artur Signell2016-08-18544-545/+545
* Remove trailing whitespace from code and javadocArtur Signell2016-08-18503-6779/+6779
* Format using Eclipse NeonArtur Signell2016-08-18271-2495/+2661
* Binding.withStatusChangeHandler and Binding.withStatusLabel (#30).Denis Anisimov2016-08-174-16/+310
* Remove Form and FormFieldFactoryArtur Signell2016-08-176-1746/+163
* Rename InMemoryDataSource into ListDataSourceelmot2016-08-172-16/+16
* DataSource backend sortingelmot2016-08-174-46/+173
* Basic DataSource according to BoV "datamodel.datasources".elmot2016-08-174-0/+330
* Test that cross field validation works as expected (#33).Denis Anisimov2016-08-171-1/+13
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-1712-713/+1210
* Provide a NotEmptyValidator for Binder setRequired functionality.Denis Anisimov2016-08-151-0/+76
* Add converter support to BinderArtur Signell2016-08-156-40/+614
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-159-853/+485
* Remove deprecated Property.toString() modeArtur Signell2016-08-1510-783/+402
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-153-0/+1087
* Prevent Atmosphere from resurrecting a destroyed broadcaster (#20026)Artur Signell2016-08-151-0/+5
* Update to latest Atmosphere (2.4.5) and JS (2.3.2)Artur Signell2016-08-122-26/+23
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-125-72/+78
* Move multi-select mode to AbstractSelectStateHenri Sara2016-08-111-12/+9