summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2016Artur Signell2016-08-18775-776/+776
* Remove trailing whitespace from code and javadocArtur Signell2016-08-18741-7581/+7581
* Format using Eclipse NeonArtur Signell2016-08-18496-4335/+4578
* Binding.withStatusChangeHandler and Binding.withStatusLabel (#30).Denis Anisimov2016-08-176-16/+536
* Remove Form and FormFieldFactoryArtur Signell2016-08-178-1831/+167
* Rename InMemoryDataSource into ListDataSourceelmot2016-08-173-19/+19
* DataSource backend sortingelmot2016-08-177-52/+334
* Basic DataSource according to BoV "datamodel.datasources".elmot2016-08-179-0/+574
* Test that cross field validation works as expected (#33).Denis Anisimov2016-08-172-1/+83
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-1751-921/+1413
* Provide a NotEmptyValidator for Binder setRequired functionality.Denis Anisimov2016-08-153-1/+131
* Make OSGi work againArtur Signell2016-08-151-7/+7
* Add converter support to BinderArtur Signell2016-08-158-55/+883
* Update/remove empty @since for 7.7Henri Sara2016-08-153-72/+71
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-159-853/+485
* Rename Book of Vaadin test to be a useful for all binder aspectsArtur Signell2016-08-151-2/+3
* Remove deprecated Property.toString() modeArtur Signell2016-08-1514-964/+518
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-1510-58/+1316
* 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-1214-124/+153
* 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-119-206/+352
* Make immediate mode the defaultHenri Sara2016-08-116-74/+53
* Convert old validators (#87).Denis Anisimov2016-08-1128-24/+1959
* Refactor Binder and Binding/BindingImpl to be easier to understandArtur Signell2016-08-112-95/+124
* 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-1066-413/+413
* Move old validators to legacy package (pre-#87).Denis Anisimov2016-08-1042-187/+187
* Binding.withValidator and Binder.validate methods (#26).Denis Anisimov2016-08-108-3/+866
* Move Validator and Validatable into legacy package.Denis Anisimov2016-08-0922-37/+39
* Convert Slider to extend the new AbstractFieldArtur Signell2016-08-093-226/+166
* 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-082-2/+92
* 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
* Move ComboBox pageLength to state (#19929)Henri Sara2016-08-081-22/+9
* Send ComboBox selection with RPC (#19929)Henri Sara2016-08-082-32/+34
* Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-08-081-8/+9
* Create new items with RPC (#19929)Henri Sara2016-08-081-10/+12
* Create ComboBoxServerRpc stub (#19229)Henri Sara2016-08-081-6/+14
* Use shared state in ComboBox (#19229)Henri Sara2016-08-081-18/+9
* Add Binder for binding field values to bean propertiesTeemu Suo-Anttila2016-08-052-0/+450