Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move ProgressBar/ProgressIndicator to compatibility package | Artur Signell | 2016-08-22 | 1 | -74/+0 | |
| | | | | Change-Id: I9d8ef17fc4bd903ad6c4e258b800b72029e507fd | |||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 46 | -219/+219 | |
| | | | | | | | | * 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 | 3 | -1/+184 | |
| | | | | Change-Id: Ieaba56e9a26381d98b139845c30d65340dac0639 | |||||
* | Move DateField and old validators to compatibility package | Artur Signell | 2016-08-20 | 22 | -1582/+0 | |
| | | | | Change-Id: I800db8383171280c01eb427e121467a37acbca66 | |||||
* | Move TextArea to compatibility package | Artur Signell | 2016-08-20 | 4 | -239/+0 | |
| | | | | Change-Id: I16b6566340e3ce32a4f94b7554e2f6f583e20486 | |||||
* | Move RichTextArea to compatibility package | Artur Signell | 2016-08-20 | 3 | -176/+0 | |
| | | | | Change-Id: Ie73adbb0ddaf98aed6554f658625f1d812c3342b | |||||
* | Organize imports | Artur Signell | 2016-08-20 | 15 | -44/+58 | |
| | | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f | |||||
* | Move remaining selects and container implementations to compatibility package | Artur Signell | 2016-08-20 | 29 | -3070/+0 | |
| | | | | | | | Because of dependencies also moves Calendar, ColorPicker, SQLContainer, container filters Change-Id: I0594cb24f20486ebbca4be578827fea7cdf92108 | |||||
* | Move Table/TreeTable to compatibility package | Artur Signell | 2016-08-20 | 43 | -9815/+5 | |
| | | | | Change-Id: Ic9f2badf8688c32d704be67519c0f4c9a3da0e28 | |||||
* | Move selects to compatibility package | Artur Signell | 2016-08-20 | 17 | -1429/+0 | |
| | | | | Change-Id: I7ee02d34b230e8752174a7f19824f81cbb616c33 | |||||
* | Move FieldGroup and Vaadin 7 Grid to compatibility package | Artur Signell | 2016-08-20 | 63 | -12139/+0 | |
| | | | | Change-Id: I9aaef478e0b67462641239802b924b8461cb9225 | |||||
* | Remove dependencies from core framework to old componnets | Artur Signell | 2016-08-19 | 6 | -20/+18 | |
| | | | | Change-Id: I4667d58ee54c8fda5af0608e232e403c4f8e424b | |||||
* | Rename legacy packages to v7 | Artur Signell | 2016-08-18 | 80 | -162/+170 | |
| | | | | 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 Listing interface and minimalistic abstract implementation | Teemu Suo-Anttila | 2016-08-18 | 1 | -0/+66 | |
| | | | | Change-Id: Ie13788c2c4dc49106919d8599b4b1199395a5b8e | |||||
* | Rename Grid into LegacyGrid | elmot | 2016-08-18 | 24 | -178/+172 | |
| | | | | Change-Id: Ie99e3a5af908ada42a6d0eba421241ad65c0d6b4 | |||||
* | Binding.validate() should fire a validation status event (#134). | Denis Anisimov | 2016-08-18 | 2 | -1/+117 | |
| | | | | Change-Id: I2121ec8f90ffcdf2fdfa02bf99084b539b27180e | |||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 231 | -231/+231 | |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | |||||
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 238 | -802/+802 | |
| | | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d | |||||
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 225 | -1840/+1917 | |
| | | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0 | |||||
* | Binding.withStatusChangeHandler and Binding.withStatusLabel (#30). | Denis Anisimov | 2016-08-17 | 2 | -0/+226 | |
| | | | | Change-Id: Iecd8bd88d94b98829dfaec43b8635b1e93df330f | |||||
* | Remove Form and FormFieldFactory | Artur Signell | 2016-08-17 | 2 | -85/+4 | |
| | | | | | | | | 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 | 1 | -3/+3 | |
| | | | | Change-Id: Ic0a8f5ced9139a0f712aac917b6a5841b8e1b0ab | |||||
* | DataSource backend sorting | elmot | 2016-08-17 | 3 | -6/+161 | |
| | | | | Change-Id: Ic9e12534cf85f7793a57436e63bd67b6f920f722 | |||||
* | Basic DataSource according to BoV "datamodel.datasources". | elmot | 2016-08-17 | 5 | -0/+244 | |
| | | | Change-Id: I4f32182c8465e94533924449b09767cb3ebd856b | |||||
* | Test that cross field validation works as expected (#33). | Denis Anisimov | 2016-08-17 | 1 | -0/+70 | |
| | | | | | | Test for cross field validation from Book of Vaadin. Change-Id: Ida338bd79456332b3a359217ea7b9900a1408153 | |||||
* | Update TextField to extend AbstractFieldNew (#51) | Aleksi Hietanen | 2016-08-17 | 39 | -208/+203 | |
| | | | | | | | | - Changes input prompt to be based on the placeholder attribute. - Unifies TextChangeEvents with ValueChangeEvents. - add*Listener methods now return Registration objects, remove*Listener methods removed. Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff | |||||
* | Provide a NotEmptyValidator for Binder setRequired functionality. | Denis Anisimov | 2016-08-15 | 2 | -1/+55 | |
| | | | | Change-Id: I703912f29d884b655bafa7e801bf1454b65e32b4 | |||||
* | Add converter support to Binder | Artur Signell | 2016-08-15 | 2 | -15/+269 | |
| | | | | Change-Id: Ibf1223d4842d72f0209231dfd70e1d6c4deb6d30 | |||||
* | Update/remove empty @since for 7.7 | Henri Sara | 2016-08-15 | 3 | -72/+71 | |
| | | | | Change-Id: Ib46a450c7d6a6d15eb6bea5d53351d182929e52f | |||||
* | Rename Book of Vaadin test to be a useful for all binder aspects | Artur Signell | 2016-08-15 | 1 | -2/+3 | |
| | | | | Change-Id: Iad864fb2004646fc820f583facf158db31b4130f | |||||
* | Remove deprecated Property.toString() mode | Artur Signell | 2016-08-15 | 4 | -181/+116 | |
| | | | | | | | | The Property.toString() alternatives combined with the legacyPropertyToString servlet init parameter was introduced in Vaadin 7.0 to ease migration of applications written in earlier versions. This is no longer relevant. Change-Id: I6b20e96408738a2a0d60f230c329ce0b329465a8 | |||||
* | Derive DateField from new AbstractField (#57). | Denis Anisimov | 2016-08-15 | 7 | -58/+229 | |
| | | | | Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62 | |||||
* | Move old DateField components to legacy package (pre-#57). | Denis Anisimov | 2016-08-12 | 9 | -52/+75 | |
| | | | | Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d | |||||
* | Convert CheckBox from legacy to AbstractField | Henri Sara | 2016-08-11 | 4 | -102/+40 | |
| | | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4 | |||||
* | Make immediate mode the default | Henri Sara | 2016-08-11 | 3 | -44/+29 | |
| | | | | Change-Id: I0a1fc0bf6f3de1b7d6975cd87cb7bb65c38dba4e | |||||
* | Convert old validators (#87). | Denis Anisimov | 2016-08-11 | 12 | -24/+685 | |
| | | | | Change-Id: I6e4a56855f78595975b645a08390fb56e0e52ef9 | |||||
* | Refactor Binder and Binding/BindingImpl to be easier to understand | Artur Signell | 2016-08-11 | 1 | -2/+3 | |
| | | | | Change-Id: I675dabf9f15b673b04495db9efd315d8742afd7e | |||||
* | Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy* | Artur Signell | 2016-08-10 | 26 | -133/+133 | |
| | | | | Change-Id: I75fd33e66c8c5c265bc60cce58ff639a5d5642ab | |||||
* | Move old validators to legacy package (pre-#87). | Denis Anisimov | 2016-08-10 | 20 | -103/+103 | |
| | | | | Change-Id: If6212ff2b7da0e87b3c68a3372b5f0b5a2a55b1a | |||||
* | Binding.withValidator and Binder.validate methods (#26). | Denis Anisimov | 2016-08-10 | 3 | -0/+266 | |
| | | | | Change-Id: I0641ea6118cd873c803d3c21d82b14fe8db4baa2 | |||||
* | Move Validator and Validatable into legacy package. | Denis Anisimov | 2016-08-09 | 7 | -8/+8 | |
| | | | | Change-Id: I7f8e9b1f7dff40ca76933cdf1978e3749f390142 | |||||
* | Convert Slider to extend the new AbstractField | Artur Signell | 2016-08-09 | 1 | -11/+5 | |
| | | | | Change-Id: I1961963baac3a6546edb908582b323c481b15bfd | |||||
* | Binder.save() and Binder.load() methods implementation (#36). | Denis Anisimov | 2016-08-08 | 1 | -0/+60 | |
| | | | | Change-Id: Ibe54c5691919bc541c4150b17a7113ca26031ac5 | |||||
* | Send ComboBox selection with RPC (#19929) | Henri Sara | 2016-08-08 | 1 | -7/+19 | |
| | | | | | | Send the selection from the client to the server with RPC. Change-Id: I67e4e526f59550e83d9400729adf91e2b4bbb806 | |||||
* | Add Binder for binding field values to bean properties | Teemu Suo-Anttila | 2016-08-05 | 1 | -0/+136 | |
| | | | | Change-Id: I509f02261a36fcef276d2a1c5590a06bc28e8ed2 | |||||
* | Implement new simple AbstractField | Johannes Dahlström | 2016-08-05 | 1 | -0/+122 | |
| | | | | Change-Id: I9addcf8bec802967b1dfa39512dd140b8a4e4a25 | |||||
* | Rename Field, AbstractField to legacy names | Johannes Dahlström | 2016-08-05 | 16 | -64/+65 | |
| | | | | Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f | |||||
* | Fixed the compare filter to handle subclasses (#17169) | Pontus Boström | 2016-08-01 | 1 | -0/+137 | |
| | | | | | | | | | Earlier the comparision worked only if the item value was a subclass of the value in comparator, but not in the other way around. Now the compairision works if the one is a subclass of the other and both implements Comparable. Change-Id: I1bcbba94f1263915f838e948ed9d8b68a14aefd0 | |||||
* | Changed logic to retrieve readonly state (#8643) | Felype Santiago Ferreira | 2016-07-29 | 1 | -0/+51 | |
| | | | | Change-Id: Ibc86d36ce4c8f68eec400ad264546651353709f1 |