aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Move ProgressBar/ProgressIndicator to compatibility packageArtur Signell2016-08-221-74/+0
| | | | Change-Id: I9d8ef17fc4bd903ad6c4e258b800b72029e507fd
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-2246-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 validationJohannes Dahlström2016-08-223-1/+184
| | | | Change-Id: Ieaba56e9a26381d98b139845c30d65340dac0639
* Move DateField and old validators to compatibility packageArtur Signell2016-08-2022-1582/+0
| | | | Change-Id: I800db8383171280c01eb427e121467a37acbca66
* Move TextArea to compatibility packageArtur Signell2016-08-204-239/+0
| | | | Change-Id: I16b6566340e3ce32a4f94b7554e2f6f583e20486
* Move RichTextArea to compatibility packageArtur Signell2016-08-203-176/+0
| | | | Change-Id: Ie73adbb0ddaf98aed6554f658625f1d812c3342b
* Organize importsArtur Signell2016-08-2015-44/+58
| | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
* Move remaining selects and container implementations to compatibility packageArtur Signell2016-08-2029-3070/+0
| | | | | | | Because of dependencies also moves Calendar, ColorPicker, SQLContainer, container filters Change-Id: I0594cb24f20486ebbca4be578827fea7cdf92108
* Move Table/TreeTable to compatibility packageArtur Signell2016-08-2043-9815/+5
| | | | Change-Id: Ic9f2badf8688c32d704be67519c0f4c9a3da0e28
* Move selects to compatibility packageArtur Signell2016-08-2017-1429/+0
| | | | Change-Id: I7ee02d34b230e8752174a7f19824f81cbb616c33
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-2063-12139/+0
| | | | Change-Id: I9aaef478e0b67462641239802b924b8461cb9225
* Remove dependencies from core framework to old componnetsArtur Signell2016-08-196-20/+18
| | | | Change-Id: I4667d58ee54c8fda5af0608e232e403c4f8e424b
* Rename legacy packages to v7Artur Signell2016-08-1880-162/+170
| | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0
* Add unit tests for adding and executing data generatorsTeemu Suo-Anttila2016-08-181-4/+70
| | | | Change-Id: Ica704e0b79524bd2038aeb048c8171810a27652c
* Add Listing interface and minimalistic abstract implementationTeemu Suo-Anttila2016-08-181-0/+66
| | | | Change-Id: Ie13788c2c4dc49106919d8599b4b1199395a5b8e
* Rename Grid into LegacyGridelmot2016-08-1824-178/+172
| | | | Change-Id: Ie99e3a5af908ada42a6d0eba421241ad65c0d6b4
* Binding.validate() should fire a validation status event (#134).Denis Anisimov2016-08-182-1/+117
| | | | Change-Id: I2121ec8f90ffcdf2fdfa02bf99084b539b27180e
* Update copyright year to 2016Artur Signell2016-08-18231-231/+231
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-18238-802/+802
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-18225-1840/+1917
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Binding.withStatusChangeHandler and Binding.withStatusLabel (#30).Denis Anisimov2016-08-172-0/+226
| | | | Change-Id: Iecd8bd88d94b98829dfaec43b8635b1e93df330f
* Remove Form and FormFieldFactoryArtur Signell2016-08-172-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 ListDataSourceelmot2016-08-171-3/+3
| | | | Change-Id: Ic0a8f5ced9139a0f712aac917b6a5841b8e1b0ab
* DataSource backend sortingelmot2016-08-173-6/+161
| | | | Change-Id: Ic9e12534cf85f7793a57436e63bd67b6f920f722
* Basic DataSource according to BoV "datamodel.datasources".elmot2016-08-175-0/+244
| | | Change-Id: I4f32182c8465e94533924449b09767cb3ebd856b
* Test that cross field validation works as expected (#33).Denis Anisimov2016-08-171-0/+70
| | | | | | Test for cross field validation from Book of Vaadin. Change-Id: Ida338bd79456332b3a359217ea7b9900a1408153
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-1739-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 Anisimov2016-08-152-1/+55
| | | | Change-Id: I703912f29d884b655bafa7e801bf1454b65e32b4
* Add converter support to BinderArtur Signell2016-08-152-15/+269
| | | | Change-Id: Ibf1223d4842d72f0209231dfd70e1d6c4deb6d30
* Update/remove empty @since for 7.7Henri Sara2016-08-153-72/+71
| | | | Change-Id: Ib46a450c7d6a6d15eb6bea5d53351d182929e52f
* Rename Book of Vaadin test to be a useful for all binder aspectsArtur Signell2016-08-151-2/+3
| | | | Change-Id: Iad864fb2004646fc820f583facf158db31b4130f
* Remove deprecated Property.toString() modeArtur Signell2016-08-154-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 Anisimov2016-08-157-58/+229
| | | | Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-129-52/+75
| | | | Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-114-102/+40
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Make immediate mode the defaultHenri Sara2016-08-113-44/+29
| | | | Change-Id: I0a1fc0bf6f3de1b7d6975cd87cb7bb65c38dba4e
* Convert old validators (#87).Denis Anisimov2016-08-1112-24/+685
| | | | Change-Id: I6e4a56855f78595975b645a08390fb56e0e52ef9
* Refactor Binder and Binding/BindingImpl to be easier to understandArtur Signell2016-08-111-2/+3
| | | | Change-Id: I675dabf9f15b673b04495db9efd315d8742afd7e
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-1026-133/+133
| | | | Change-Id: I75fd33e66c8c5c265bc60cce58ff639a5d5642ab
* Move old validators to legacy package (pre-#87).Denis Anisimov2016-08-1020-103/+103
| | | | Change-Id: If6212ff2b7da0e87b3c68a3372b5f0b5a2a55b1a
* Binding.withValidator and Binder.validate methods (#26).Denis Anisimov2016-08-103-0/+266
| | | | Change-Id: I0641ea6118cd873c803d3c21d82b14fe8db4baa2
* Move Validator and Validatable into legacy package.Denis Anisimov2016-08-097-8/+8
| | | | Change-Id: I7f8e9b1f7dff40ca76933cdf1978e3749f390142
* Convert Slider to extend the new AbstractFieldArtur Signell2016-08-091-11/+5
| | | | Change-Id: I1961963baac3a6546edb908582b323c481b15bfd
* Binder.save() and Binder.load() methods implementation (#36).Denis Anisimov2016-08-081-0/+60
| | | | Change-Id: Ibe54c5691919bc541c4150b17a7113ca26031ac5
* Send ComboBox selection with RPC (#19929)Henri Sara2016-08-081-7/+19
| | | | | | Send the selection from the client to the server with RPC. Change-Id: I67e4e526f59550e83d9400729adf91e2b4bbb806
* Add Binder for binding field values to bean propertiesTeemu Suo-Anttila2016-08-051-0/+136
| | | | Change-Id: I509f02261a36fcef276d2a1c5590a06bc28e8ed2
* Implement new simple AbstractFieldJohannes Dahlström2016-08-051-0/+122
| | | | Change-Id: I9addcf8bec802967b1dfa39512dd140b8a4e4a25
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-0516-64/+65
| | | | Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f
* Fixed the compare filter to handle subclasses (#17169)Pontus Boström2016-08-011-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 Ferreira2016-07-291-0/+51
| | | | Change-Id: Ibc86d36ce4c8f68eec400ad264546651353709f1