aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert Slider to extend the new AbstractFieldArtur Signell2016-08-092-215/+161
* Add support for required status to AbstractFieldArtur Signell2016-08-093-12/+70
* Make AbstractField FocusableArtur Signell2016-08-081-13/+41
* Remove unused field in ComboBoxHenri Sara2016-08-081-7/+0
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-08-081-10/+2
* Remove obsolete paint attribute from ComboBoxHenri Sara2016-08-081-6/+0
* Binder.save() and Binder.load() methods implementation (#36).Denis Anisimov2016-08-081-2/+32
* Refactor ComboBox item painting (#19929)Henri Sara2016-08-081-26/+51
* Request ComboBox pages with RPC (#19929)Henri Sara2016-08-081-10/+14
* Move ComboBox filtering mode to state (#19929)Henri Sara2016-08-081-10/+7