aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use shared state for OptionGroup htmlContentAllowedHenri Sara2016-08-111-12/+7
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-115-104/+312
* Make immediate mode the defaultHenri Sara2016-08-113-30/+24
* Convert old validators (#87).Denis Anisimov2016-08-1116-0/+1274
* Refactor Binder and Binding/BindingImpl to be easier to understandArtur Signell2016-08-111-93/+121
* Remove deprecated column based width support from selectsHenri Sara2016-08-113-144/+0
* Remove obsolete type attribute in AbstractSelect subclassesHenri Sara2016-08-114-4/+0
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-1040-280/+280
* Move old validators to legacy package (pre-#87).Denis Anisimov2016-08-1022-84/+84
* Binding.withValidator and Binder.validate methods (#26).Denis Anisimov2016-08-105-3/+600
* Move Validator and Validatable into legacy package.Denis Anisimov2016-08-0915-29/+31