Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move old PasswordField to compatibility package | Artur Signell | 2016-08-25 | 1 | -123/+0 | |
| | | | | Change-Id: I8db672100e06cbe2eb53de2b0ec2a98b8febe70b | |||||
* | Convert LoginForm to use new TextField | Artur Signell | 2016-08-25 | 1 | -0/+107 | |
| | | | | | | Add basic tests for logging in and for changing caption Change-Id: I6dca2eedb5832db0eb409f0621092d0e723e0654 | |||||
* | Clean up LoginForm | Artur Signell | 2016-08-25 | 1 | -90/+80 | |
| | | | | Change-Id: If05d20348fc999941d7d46170937533c29e1ad1b | |||||
* | Move Vaadin 7 CheckBox to compatibility package | Artur Signell | 2016-08-25 | 1 | -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 Listing | Johannes Dahlström | 2016-08-25 | 6 | -90/+367 | |
| | | | | | | Concrete selection models not implemented in this patch. Change-Id: Ibcd64817efa704b6dd664bfaccb2d8c5110720fb | |||||
* | Move Vaadin 7 CustomField to compatibility package | Artur Signell | 2016-08-25 | 1 | -155/+0 | |
| | | | | Change-Id: Ie1d37fd2d249bf35e953f095fa80a6905a135793 | |||||
* | Move LegacyWindow back to com.vaadin.ui | Artur Signell | 2016-08-25 | 8 | -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 updates | Artur Signell | 2016-08-25 | 1 | -11/+17 | |
| | | | | Change-Id: I48595a1d1a9a1620739d00a499d996026bd51000 | |||||
* | Cleanup of TextField | Artur Signell | 2016-08-25 | 1 | -25/+27 | |
| | | | | Change-Id: Ia596f58bb0c44e2d70ccf2c0add95d86b33afdcb | |||||
* | Allow multiple data change handlers in client-side data sources | Teemu Suo-Anttila | 2016-08-25 | 5 | -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 converters | Artur Signell | 2016-08-24 | 10 | -237/+113 | |
| | | | | Change-Id: I3bb2c106a4c4d8556f6f752867da1917e0d3c9a3 | |||||
* | Convert Vaadin 7 converters to Vaadin 8 converters | Artur Signell | 2016-08-24 | 43 | -187/+1286 | |
| | | | | Change-Id: I347e6cd195b2d77ab2399667a69e4c23b0b54eb7 | |||||
* | Add listing extension to allow access to data communicator | Teemu Suo-Anttila | 2016-08-24 | 2 | -17/+110 | |
| | | | | Change-Id: I4eca9884cf0195bab68d282bf1a6fd8c8b48a0fb | |||||
* | Make binder set null values correctly | Artur Signell | 2016-08-24 | 4 | -29/+41 | |
| | | | | Change-Id: I5edf6136f155a9ee5dc5fd6286004f4e8cd8c3db | |||||
* | Add a typed version of the Grid component | Teemu Suo-Anttila | 2016-08-24 | 2 | -2/+434 | |
| | | | | Change-Id: I00cbe80ac72787de0c4cc88e1c223badc2c4ae89 | |||||
* | Move Item to compatibility package | Artur Signell | 2016-08-24 | 4 | -741/+0 | |
| | | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0 | |||||
* | Remove trailing whitespace | Artur Signell | 2016-08-23 | 4 | -21/+21 | |
| | | | | Change-Id: I697874595e9f70d606fe15037172b127915e4bfb | |||||
* | Remove duplicate tests and rename tests BinderTest | Pekka Hyvönen | 2016-08-23 | 1 | -72/+6 | |
| | | | | | | | | BinderTest had duplicate tests which are now removed. Remaining Binding tests are renamed. Change-Id: I1b572dcdf40a8d6b4e7e0ce8caa943f8aaaf8320 | |||||
* | Move Container to compatibility package | Artur Signell | 2016-08-23 | 19 | -3911/+0 | |
| | | | | Change-Id: I32bbf4891d6aca9dc9ee8f1b7ae733bc28b4cd30 | |||||
* | Move ProgressBar/ProgressIndicator to compatibility package | Artur Signell | 2016-08-22 | 3 | -367/+0 | |
| | | | | Change-Id: I9d8ef17fc4bd903ad6c4e258b800b72029e507fd | |||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 131 | -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 validation | Johannes Dahlström | 2016-08-22 | 7 | -120/+691 | |
| | | | | Change-Id: Ieaba56e9a26381d98b139845c30d65340dac0639 | |||||
* | Map <vaadin7> declarative prefix to com.vaadin.v7.ui | Artur Signell | 2016-08-22 | 1 | -1/+4 | |
| | | | | Change-Id: I3b529cf4c918eb6ce733fa6d126428d759c88345 | |||||
* | Move DateField and old validators to compatibility package | Artur Signell | 2016-08-20 | 45 | -4658/+0 | |
| | | | | Change-Id: I800db8383171280c01eb427e121467a37acbca66 | |||||
* | Move TextArea to compatibility package | Artur Signell | 2016-08-20 | 5 | -410/+0 | |
| | | | | Change-Id: I16b6566340e3ce32a4f94b7554e2f6f583e20486 | |||||
* | Move RichTextArea to compatibility package | Artur Signell | 2016-08-20 | 4 | -494/+0 | |
| | | | | Change-Id: Ie73adbb0ddaf98aed6554f658625f1d812c3342b | |||||
* | Organize imports | Artur Signell | 2016-08-20 | 23 | -51/+68 | |
| | | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f | |||||
* | Move remaining selects and container implementations to compatibility package | Artur Signell | 2016-08-20 | 115 | -30350/+4 | |
| | | | | | | | Because of dependencies also moves Calendar, ColorPicker, SQLContainer, container filters Change-Id: I0594cb24f20486ebbca4be578827fea7cdf92108 | |||||
* | Move Table/TreeTable to compatibility package | Artur Signell | 2016-08-20 | 49 | -17514/+6 | |
| | | | | Change-Id: Ic9f2badf8688c32d704be67519c0f4c9a3da0e28 | |||||
* | Move selects to compatibility package | Artur Signell | 2016-08-20 | 21 | -1930/+0 | |
| | | | | Change-Id: I7ee02d34b230e8752174a7f19824f81cbb616c33 | |||||
* | Move FieldGroup and Vaadin 7 Grid to compatibility package | Artur Signell | 2016-08-20 | 82 | -23218/+0 | |
| | | | | Change-Id: I9aaef478e0b67462641239802b924b8461cb9225 | |||||
* | Remove package javadocs as they are all out of date | Artur Signell | 2016-08-19 | 8 | -282/+0 | |
| | | | | Change-Id: Ie3210997959923f70fbb73be4e9672827366d35a | |||||
* | CustomField migration to new AbstractField (#61). | Denis Anisimov | 2016-08-19 | 2 | -17/+166 | |
| | | | | Change-Id: I33dd7aa2cf91ba2606a602c8ba612bcc30b02622 | |||||
* | Remove dependencies from core framework to old componnets | Artur Signell | 2016-08-19 | 10 | -33/+27 | |
| | | | | Change-Id: I4667d58ee54c8fda5af0608e232e403c4f8e424b | |||||
* | Remove accidental dependency from new converters to old | Artur Signell | 2016-08-19 | 3 | -15/+6 | |
| | | | | Change-Id: I9cd9e691fb30063a914729d15011f5d50e19d8d4 | |||||
* | Implement new PasswordField (#52) | Aleksi Hietanen | 2016-08-18 | 3 | -42/+135 | |
| | | | | Change-Id: I12236a856403942382633aad5992467576baa7fc | |||||
* | Rename legacy packages to v7 | Artur Signell | 2016-08-18 | 170 | -335/+343 | |
| | | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0 | |||||
* | Add unit tests for adding and executing data generators | Teemu Suo-Anttila | 2016-08-18 | 1 | -4/+70 | |
| | | | | Change-Id: Ica704e0b79524bd2038aeb048c8171810a27652c | |||||
* | Add DataCommunicator for data communication of Listings | Teemu Suo-Anttila | 2016-08-18 | 5 | -6/+583 | |
| | | | | Change-Id: I1f50823fdef105c3ba0463011574908a0cec7ad9 | |||||
* | Add Listing interface and minimalistic abstract implementation | Teemu Suo-Anttila | 2016-08-18 | 3 | -0/+174 | |
| | | | | Change-Id: Ie13788c2c4dc49106919d8599b4b1199395a5b8e | |||||
* | Rename Grid into LegacyGrid | elmot | 2016-08-18 | 34 | -276/+270 | |
| | | | | Change-Id: Ie99e3a5af908ada42a6d0eba421241ad65c0d6b4 | |||||
* | Binding.validate() should fire a validation status event (#134). | Denis Anisimov | 2016-08-18 | 3 | -3/+119 | |
| | | | | Change-Id: I2121ec8f90ffcdf2fdfa02bf99084b539b27180e | |||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 775 | -776/+776 | |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | |||||
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 741 | -7581/+7581 | |
| | | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d | |||||
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 496 | -4335/+4578 | |
| | | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0 | |||||
* | Binding.withStatusChangeHandler and Binding.withStatusLabel (#30). | Denis Anisimov | 2016-08-17 | 6 | -16/+536 | |
| | | | | Change-Id: Iecd8bd88d94b98829dfaec43b8635b1e93df330f | |||||
* | Remove Form and FormFieldFactory | Artur Signell | 2016-08-17 | 8 | -1831/+167 | |
| | | | | | | | | Form was deprecated in Vaadin 7 when FieldGroup was introduced. In Vaadin 8, FieldGroup is deprecated in favor of Binder. Having three different "forms" would be very confusing. Change-Id: I17775c922940edc5df7dd5bdc80bfe9652588270 | |||||
* | Rename InMemoryDataSource into ListDataSource | elmot | 2016-08-17 | 3 | -19/+19 | |
| | | | | Change-Id: Ic0a8f5ced9139a0f712aac917b6a5841b8e1b0ab | |||||
* | DataSource backend sorting | elmot | 2016-08-17 | 7 | -52/+334 | |
| | | | | Change-Id: Ic9e12534cf85f7793a57436e63bd67b6f920f722 | |||||
* | Basic DataSource according to BoV "datamodel.datasources". | elmot | 2016-08-17 | 9 | -0/+574 | |
| | | | Change-Id: I4f32182c8465e94533924449b09767cb3ebd856b |