summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-1/+1
| | | | | | | | | | | | * Calendar * CheckBox * CustomField * Label * RichTextArea * TextField * TextArea Change-Id: Iba8915195e4d205fb4db9a4df5d96a4a10ab2f96
* Support in-memory filtering in DataCommunicatorHenri Sara2016-08-301-2/+23
| | | | Change-Id: Ia3cd36cea43a96138eaefff708b694d6e9e96885
* Move V7 Converter and ConverterFactory to compatibility packageArtur Signell2016-08-294-248/+22
| | | | Change-Id: I48d1ea501a621f653bde840d646ae01e6edc3eea
* Implement DetailsGenerators for GridTeemu Suo-Anttila2016-08-292-3/+325
| | | | Change-Id: I09057b990f10bde6cf72a16677e58cb2bc9a7029
* Change Label default width to undefined to match other componentsArtur Signell2016-08-291-1/+0
| | | | Change-Id: Ia4e6bbe0673c20e96bdda240570247ff9b1f6d93
* Move remaining Vaadin 7 classes to the compatibility packageArtur Signell2016-08-2619-3677/+5
| | | | Change-Id: I3be37350a638028d89fb527a3dfb09e74fdebeed
* Remove dependency from ErrorMessage to old exception typesArtur Signell2016-08-264-31/+80
| | | | Change-Id: Ifbc8d65ac5da8f6e68545ded508b28371523c5b0
* Move old converters and DefaultConverterFactory to compatibility packageArtur Signell2016-08-2621-2117/+29
| | | | Change-Id: I42b933d1cb46cccb4a00211ee6eab699723b8804
* Implement new LabelArtur Signell2016-08-268-795/+64
| | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9
* Remove Property dependency from TextFieldArtur Signell2016-08-261-5/+1
| | | | Change-Id: I33ec7d1b8cb00617f67f383829bb7da083f1a7cd
* Move old Field and AbstractField to compatibility packageArtur Signell2016-08-266-2185/+7
| | | | Change-Id: Ia9b6f77763abac87ec61d1ee198cb8d41419a934
* Move old TextField to compatibility packageArtur Signell2016-08-2636-3551/+3
| | | | Change-Id: Ic1e8d3f9859f5e496c0e27e2fece4b5a9da74f01
* Add missing headerArtur Signell2016-08-261-0/+15
| | | | Change-Id: Ibb3b19bb19296cfd0777bb7d1c5852aa6f926fb1
* Implement new ProgressBarAleksi Hietanen2016-08-261-0/+123
| | | | Change-Id: Ie5c4b0f4d9bc65e484f08832343ba97fff61a9b6
* Update TextArea to extend AbstractFieldNew (#53)Aleksi Hietanen2016-08-264-8/+263
| | | | Change-Id: I72400695f3b015add07be9709e48b5f99ce619cf
* Move old PasswordField to compatibility packageArtur Signell2016-08-251-123/+0
| | | | Change-Id: I8db672100e06cbe2eb53de2b0ec2a98b8febe70b
* Convert LoginForm to use new TextFieldArtur Signell2016-08-251-0/+107
| | | | | | Add basic tests for logging in and for changing caption Change-Id: I6dca2eedb5832db0eb409f0621092d0e723e0654
* Clean up LoginFormArtur Signell2016-08-251-90/+80
| | | | Change-Id: If05d20348fc999941d7d46170937533c29e1ad1b
* Move Vaadin 7 CheckBox to compatibility packageArtur Signell2016-08-251-269/+0
| | | | | | | Adds a v7 AbstractFieldConnector for the compatibility package Remove dependency from core to old AbstractField Change-Id: I5da665de69cf469adfa946cf18aae1a3e56c3486
* Add SelectionModel interface and selection API to ListingJohannes Dahlström2016-08-256-90/+367
| | | | | | Concrete selection models not implemented in this patch. Change-Id: Ibcd64817efa704b6dd664bfaccb2d8c5110720fb
* Move Vaadin 7 CustomField to compatibility packageArtur Signell2016-08-251-155/+0
| | | | Change-Id: Ie1d37fd2d249bf35e953f095fa80a6905a135793
* Move LegacyWindow back to com.vaadin.uiArtur Signell2016-08-258-13/+8
| | | | | | | There are too many dependencies between Legacy* and the core framework to be able to easily separate them. Change-Id: I6888e7a370b5d8da587e421abe3cb4686855c72f
* Use RPC for TextField cursor position and selection range updatesArtur Signell2016-08-251-11/+17
| | | | Change-Id: I48595a1d1a9a1620739d00a499d996026bd51000
* Cleanup of TextFieldArtur Signell2016-08-251-25/+27
| | | | Change-Id: Ia596f58bb0c44e2d70ccf2c0add95d86b33afdcb
* Allow multiple data change handlers in client-side data sourcesTeemu Suo-Anttila2016-08-255-39/+6
| | | | | | | This patch moves Registration to shared so it can be used in both client and server Change-Id: I16757f70beb474403903bbcf92c7f850aed68b88
* Change declarative support to use new convertersArtur Signell2016-08-2410-237/+113
| | | | Change-Id: I3bb2c106a4c4d8556f6f752867da1917e0d3c9a3
* Convert Vaadin 7 converters to Vaadin 8 convertersArtur Signell2016-08-2443-187/+1286
| | | | Change-Id: I347e6cd195b2d77ab2399667a69e4c23b0b54eb7
* Add listing extension to allow access to data communicatorTeemu Suo-Anttila2016-08-242-17/+110
| | | | Change-Id: I4eca9884cf0195bab68d282bf1a6fd8c8b48a0fb
* Make binder set null values correctlyArtur Signell2016-08-244-29/+41
| | | | Change-Id: I5edf6136f155a9ee5dc5fd6286004f4e8cd8c3db
* Add a typed version of the Grid componentTeemu Suo-Anttila2016-08-242-2/+434
| | | | Change-Id: I00cbe80ac72787de0c4cc88e1c223badc2c4ae89
* Move Item to compatibility packageArtur Signell2016-08-244-741/+0
| | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0
* Remove trailing whitespaceArtur Signell2016-08-234-21/+21
| | | | Change-Id: I697874595e9f70d606fe15037172b127915e4bfb
* Remove duplicate tests and rename tests BinderTestPekka Hyvönen2016-08-231-72/+6
| | | | | | | | BinderTest had duplicate tests which are now removed. Remaining Binding tests are renamed. Change-Id: I1b572dcdf40a8d6b4e7e0ce8caa943f8aaaf8320
* Move Container to compatibility packageArtur Signell2016-08-2319-3911/+0
| | | | Change-Id: I32bbf4891d6aca9dc9ee8f1b7ae733bc28b4cd30
* Move ProgressBar/ProgressIndicator to compatibility packageArtur Signell2016-08-223-367/+0
| | | | Change-Id: I9d8ef17fc4bd903ad6c4e258b800b72029e507fd
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-22131-667/+667
| | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
* Implement BeanBinder with JSR-303 validationJohannes Dahlström2016-08-227-120/+691
| | | | Change-Id: Ieaba56e9a26381d98b139845c30d65340dac0639
* Map <vaadin7> declarative prefix to com.vaadin.v7.uiArtur Signell2016-08-221-1/+4
| | | | Change-Id: I3b529cf4c918eb6ce733fa6d126428d759c88345
* Move DateField and old validators to compatibility packageArtur Signell2016-08-2045-4658/+0
| | | | Change-Id: I800db8383171280c01eb427e121467a37acbca66
* Move TextArea to compatibility packageArtur Signell2016-08-205-410/+0
| | | | Change-Id: I16b6566340e3ce32a4f94b7554e2f6f583e20486
* Move RichTextArea to compatibility packageArtur Signell2016-08-204-494/+0
| | | | Change-Id: Ie73adbb0ddaf98aed6554f658625f1d812c3342b
* Organize importsArtur Signell2016-08-2023-51/+68
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Move remaining selects and container implementations to compatibility packageArtur Signell2016-08-20115-30350/+4
| | | | | | | Because of dependencies also moves Calendar, ColorPicker, SQLContainer, container filters Change-Id: I0594cb24f20486ebbca4be578827fea7cdf92108
* Move Table/TreeTable to compatibility packageArtur Signell2016-08-2049-17514/+6
| | | | Change-Id: Ic9f2badf8688c32d704be67519c0f4c9a3da0e28
* Move selects to compatibility packageArtur Signell2016-08-2021-1930/+0
| | | | Change-Id: I7ee02d34b230e8752174a7f19824f81cbb616c33
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-2082-23218/+0
| | | | Change-Id: I9aaef478e0b67462641239802b924b8461cb9225
* Remove package javadocs as they are all out of dateArtur Signell2016-08-198-282/+0
| | | | Change-Id: Ie3210997959923f70fbb73be4e9672827366d35a
* CustomField migration to new AbstractField (#61).Denis Anisimov2016-08-192-17/+166
| | | | Change-Id: I33dd7aa2cf91ba2606a602c8ba612bcc30b02622
* Remove dependencies from core framework to old componnetsArtur Signell2016-08-1910-33/+27
| | | | Change-Id: I4667d58ee54c8fda5af0608e232e403c4f8e424b
* Remove accidental dependency from new converters to oldArtur Signell2016-08-193-15/+6
| | | | Change-Id: I9cd9e691fb30063a914729d15011f5d50e19d8d4