]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
8 years agoScripts for removing trailing whitespace
Artur Signell [Wed, 17 Aug 2016 12:04:28 +0000 (15:04 +0300)]
Scripts for removing trailing whitespace

Change-Id: I938c57509bf6be34ee8a6f22edd7f8e0a43ee3bd

8 years agoBinding.validate() should fire a validation status event (#134).
Denis Anisimov [Thu, 18 Aug 2016 06:46:14 +0000 (09:46 +0300)]
Binding.validate() should fire a validation status event (#134).

Change-Id: I2121ec8f90ffcdf2fdfa02bf99084b539b27180e

8 years agoDo not run websocket tests on Karaf 4
Artur Signell [Wed, 17 Aug 2016 19:08:25 +0000 (22:08 +0300)]
Do not run websocket tests on Karaf 4

Karaf 4.0.5 uses Jetty 9 but has no websocket support
available by default

Change-Id: I02b79f9d60cc2c151b51c0a22c891d89f43bfdaa

8 years agoMark IE8-IE10 as not supported
Artur Signell [Wed, 17 Aug 2016 20:23:39 +0000 (23:23 +0300)]
Mark IE8-IE10 as not supported

Change-Id: I4fdb3290c6ac95e4e2c6ac210e6f6b2f06cfe32a

8 years agoUpdate copyright year to 2016
Artur Signell [Thu, 18 Aug 2016 06:40:34 +0000 (09:40 +0300)]
Update copyright year to 2016

Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77

8 years agoRemove trailing whitespace from code and javadoc
Artur Signell [Thu, 18 Aug 2016 06:31:40 +0000 (09:31 +0300)]
Remove trailing whitespace from code and javadoc

Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d

8 years agoFormat using Eclipse Neon
Artur Signell [Thu, 18 Aug 2016 06:27:03 +0000 (09:27 +0300)]
Format using Eclipse Neon

Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0

8 years agoRemove TB2 test running support
Artur Signell [Wed, 17 Aug 2016 21:08:12 +0000 (00:08 +0300)]
Remove TB2 test running support

Change-Id: I59229cd4809ea4e624244ee19f641f838a9c5312

8 years agoRemove unused server test files
Artur Signell [Wed, 17 Aug 2016 13:47:49 +0000 (16:47 +0300)]
Remove unused server test files

Change-Id: Ia3cbc25ec488cdbe8db680b2b6387857f58c87e6

8 years agoDelete unused pom-template
Artur Signell [Tue, 16 Aug 2016 12:07:04 +0000 (15:07 +0300)]
Delete unused pom-template

Change-Id: I0e76448a7aa130b0948f2ae9ea83d73c62c34371

8 years agoBinding.withStatusChangeHandler and Binding.withStatusLabel (#30).
Denis Anisimov [Tue, 16 Aug 2016 09:47:55 +0000 (12:47 +0300)]
Binding.withStatusChangeHandler and Binding.withStatusLabel (#30).

Change-Id: Iecd8bd88d94b98829dfaec43b8635b1e93df330f

8 years agoRemove the broken Liferay 6.0 test
Artur Signell [Wed, 17 Aug 2016 12:14:37 +0000 (15:14 +0300)]
Remove the broken Liferay 6.0 test

Change-Id: Ia51bfd1c7764857f7d378b7f0a0daea258d0fe26

8 years agoFlush the active connector before executing a shortcut action
Artur Signell [Wed, 17 Aug 2016 11:13:23 +0000 (14:13 +0300)]
Flush the active connector before executing a shortcut action

This change removes the old BeforeShortcutActionListener which was
introduced before ComponentConnector.flush() to resolve the same problem.

Change-Id: I79dc25bc0d2b98ce708f64b4fad950b13f6f132b

8 years agoCreate module uitest-common
Henri Sara [Tue, 7 Jun 2016 10:14:29 +0000 (13:14 +0300)]
Create module uitest-common

This module will contain most of the classes shared between uitest
and integration test modules.

Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5

8 years agoRun OSGi test on Karaf 4.0.5
Artur Signell [Wed, 17 Aug 2016 09:12:55 +0000 (12:12 +0300)]
Run OSGi test on Karaf 4.0.5

Change-Id: I28eedd4130a1f017c1fc7ce5f22ba8e617f9b450

8 years agoFlush the active connector before closing a browser window/tab
Artur Signell [Wed, 17 Aug 2016 10:50:28 +0000 (13:50 +0300)]
Flush the active connector before closing a browser window/tab

Change-Id: I116ec752153e8e86724b542234e4d6af46caeb09

8 years agoRemove confusing note about OSGi support (#20094)
Artur Signell [Wed, 17 Aug 2016 09:27:49 +0000 (12:27 +0300)]
Remove confusing note about OSGi support (#20094)

Change-Id: I9fa6d288c1436b7c71ccce1d3198dd939211ca07

8 years agoRemove unnecessary sleep time randomization
Artur Signell [Wed, 17 Aug 2016 11:10:11 +0000 (14:10 +0300)]
Remove unnecessary sleep time randomization

Seems like the randomization is not thread safe and from time to time
causes all server tests to fail with
"integration_tests.xml:251: Only 1 operation can be specified"

Change-Id: I41774fb4d7637e3485a82ef0096193c73a201eb5

8 years agoRemove Form and FormFieldFactory
Artur Signell [Wed, 17 Aug 2016 06:24:32 +0000 (09:24 +0300)]
Remove Form and FormFieldFactory

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

8 years agoRename InMemoryDataSource into ListDataSource
elmot [Wed, 17 Aug 2016 08:05:30 +0000 (11:05 +0300)]
Rename InMemoryDataSource into ListDataSource

Change-Id: Ic0a8f5ced9139a0f712aac917b6a5841b8e1b0ab

8 years agoDataSource backend sorting
elmot [Tue, 16 Aug 2016 12:47:02 +0000 (15:47 +0300)]
DataSource backend sorting

Change-Id: Ic9e12534cf85f7793a57436e63bd67b6f920f722

8 years agoBasic DataSource according to BoV "datamodel.datasources".
elmot [Thu, 11 Aug 2016 12:06:57 +0000 (15:06 +0300)]
Basic DataSource according to BoV "datamodel.datasources".

Change-Id: I4f32182c8465e94533924449b09767cb3ebd856b

8 years agoTest that cross field validation works as expected (#33).
Denis Anisimov [Tue, 16 Aug 2016 13:09:35 +0000 (16:09 +0300)]
Test that cross field validation works as expected (#33).

Test for cross field validation from Book of Vaadin.

Change-Id: Ida338bd79456332b3a359217ea7b9900a1408153

8 years agoUpdate TextField to extend AbstractFieldNew (#51)
Aleksi Hietanen [Mon, 8 Aug 2016 10:41:56 +0000 (13:41 +0300)]
Update TextField to extend AbstractFieldNew (#51)

- 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

8 years agoMake super dev mode run more reliable
Artur Signell [Tue, 16 Aug 2016 18:49:23 +0000 (21:49 +0300)]
Make super dev mode run more reliable

Change-Id: I77b9324c90b51400635e2a55ff47f72bf8125806

8 years agoRemove component dependencies from core framework classes
Artur Signell [Tue, 16 Aug 2016 11:09:40 +0000 (14:09 +0300)]
Remove component dependencies from core framework classes

Change-Id: Id4fa553f9d88156e91357c983b948c2c53598dc4

8 years agoMove component drag'n'drop criteria to the correct packages
Artur Signell [Tue, 16 Aug 2016 11:08:16 +0000 (14:08 +0300)]
Move component drag'n'drop criteria to the correct packages

Change-Id: I8c681fe89d8ce7cee067f07e6b4aecbfd5ac1970

8 years agoRemove unused code
Artur Signell [Tue, 16 Aug 2016 11:00:58 +0000 (14:00 +0300)]
Remove unused code

VRichTextArea implements Focusable so the removed code was never used

Change-Id: I53eebadbaf63e12ee121eca5af3a9c3ecff9eca6

8 years agoProvide a NotEmptyValidator for Binder setRequired functionality.
Denis Anisimov [Mon, 15 Aug 2016 14:01:27 +0000 (17:01 +0300)]
Provide a NotEmptyValidator for Binder setRequired functionality.

Change-Id: I703912f29d884b655bafa7e801bf1454b65e32b4

8 years agoMake OSGi work again
Artur Signell [Fri, 12 Aug 2016 10:41:24 +0000 (13:41 +0300)]
Make OSGi work again

* Specify correct (Java 8) execution environment for OSGi
* Accept any servlet 3 version

Change-Id: I170d4577218e773bc17c14342bc7f93572932fcc

8 years agoAdd converter support to Binder
Artur Signell [Mon, 8 Aug 2016 12:52:05 +0000 (15:52 +0300)]
Add converter support to Binder

Change-Id: Ibf1223d4842d72f0209231dfd70e1d6c4deb6d30

8 years agoRelax test to only care about JRE version, not patch set
Artur Signell [Mon, 15 Aug 2016 09:23:52 +0000 (12:23 +0300)]
Relax test to only care about JRE version, not patch set

Change-Id: I1f959cdd81da9c6e8565260e574593bcd198804f

8 years agoUpdate/remove empty @since for 7.7
Henri Sara [Mon, 15 Aug 2016 09:31:05 +0000 (12:31 +0300)]
Update/remove empty @since for 7.7

Change-Id: Ib46a450c7d6a6d15eb6bea5d53351d182929e52f

8 years agoRemove deprecated addListener/removeListener methods
Artur Signell [Sun, 14 Aug 2016 09:07:18 +0000 (12:07 +0300)]
Remove deprecated addListener/removeListener methods

Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856

8 years agoFix duplicate definition of builder-helper-maven-plugin
Artur Signell [Fri, 12 Aug 2016 10:10:11 +0000 (13:10 +0300)]
Fix duplicate definition of builder-helper-maven-plugin

Change-Id: I6d2ef04ddfbec7050cc855432857c320cf8599ba

8 years agoRename Book of Vaadin test to be a useful for all binder aspects
Artur Signell [Mon, 15 Aug 2016 08:15:02 +0000 (11:15 +0300)]
Rename Book of Vaadin test to be a useful for all binder aspects

Change-Id: Iad864fb2004646fc820f583facf158db31b4130f

8 years agoRemove deprecated Property.toString() mode
Artur Signell [Sun, 14 Aug 2016 09:01:34 +0000 (12:01 +0300)]
Remove deprecated Property.toString() mode

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

8 years agoDerive DateField from new AbstractField (#57).
Denis Anisimov [Thu, 11 Aug 2016 12:28:08 +0000 (15:28 +0300)]
Derive DateField from new AbstractField (#57).

Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62

8 years agoPrevent Atmosphere from resurrecting a destroyed broadcaster (#20026)
Artur Signell [Fri, 15 Jul 2016 09:23:21 +0000 (12:23 +0300)]
Prevent Atmosphere from resurrecting a destroyed broadcaster (#20026)

Change-Id: Ic67aede24b4d97f6d5c6ba64f485d3062d42d55a

8 years agoMake vaadin-shared Import-Package empty as it should be
Artur Signell [Fri, 12 Aug 2016 10:09:23 +0000 (13:09 +0300)]
Make vaadin-shared Import-Package empty as it should be

Change-Id: Icccc655b975558e859b961c4eed0f24fdc86b34c

8 years agoFix OSGi manifest for vaadin-shared
Artur Signell [Fri, 12 Aug 2016 10:09:23 +0000 (13:09 +0300)]
Fix OSGi manifest for vaadin-shared

The shared package seems to no longer use any
flute or streamhtmlparser classes

Change-Id: I63c9bd0340f438b05da4799982b3f3c89c85a5f8

8 years agoUpdate to latest Atmosphere (2.4.5) and JS (2.3.2)
Artur Signell [Thu, 11 Aug 2016 15:28:46 +0000 (18:28 +0300)]
Update to latest Atmosphere (2.4.5) and JS (2.3.2)

Change-Id: I3569ed662bc93dd6861e40d8a4e0fa0b801551e6

8 years agoMove old DateField components to legacy package (pre-#57).
Denis Anisimov [Wed, 10 Aug 2016 09:34:56 +0000 (12:34 +0300)]
Move old DateField components to legacy package (pre-#57).

Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d

8 years agoUpdate to GWT 2.8.0-rc2
Artur Signell [Thu, 11 Aug 2016 14:27:55 +0000 (17:27 +0300)]
Update to GWT 2.8.0-rc2

Uses upstream com.google GWT instead of com.vaadin.external.gwt

Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303

8 years agoRemove unused GWT dependencies
Artur Signell [Fri, 12 Aug 2016 06:49:40 +0000 (09:49 +0300)]
Remove unused GWT dependencies

As vaadin-client-compiler dependens on gwt-dev, the gwt-dev dependencies
are either bundled in gwt-dev or specified as transitive dependencies
for it, so there is no need to specify them again for
vaadin-client-compiler

Change-Id: If5d35124765d8606815ec49ec318eaf096de480b

8 years agoNote that Windows Phone is no longer supported
Artur Signell [Fri, 12 Aug 2016 07:18:20 +0000 (10:18 +0300)]
Note that Windows Phone is no longer supported

Change-Id: Idd27b9e805c2eb2875bcc9cca2eb0ac1e19926a8

8 years agoMove multi-select mode to AbstractSelectState
Henri Sara [Thu, 14 Jul 2016 13:03:39 +0000 (16:03 +0300)]
Move multi-select mode to AbstractSelectState

This change does not affect Table and Tree which use multiple modes.

Change-Id: Ib93a088e88474301eb199988f941563566e6bcc5

8 years agoUse shared state for OptionGroup htmlContentAllowed
Henri Sara [Thu, 14 Jul 2016 12:22:39 +0000 (15:22 +0300)]
Use shared state for OptionGroup htmlContentAllowed

Change-Id: I626165e19a1b634bd27b2e25efab88066552b190

8 years agoConvert CheckBox from legacy to AbstractField
Henri Sara [Tue, 9 Aug 2016 12:11:02 +0000 (15:11 +0300)]
Convert CheckBox from legacy to AbstractField

Add LegacyCheckBox for old field factories, Grid editor etc.

Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4

8 years agoMake immediate mode the default
Henri Sara [Wed, 10 Aug 2016 08:26:01 +0000 (11:26 +0300)]
Make immediate mode the default

Change-Id: I0a1fc0bf6f3de1b7d6975cd87cb7bb65c38dba4e

8 years agoConvert old validators (#87).
Denis Anisimov [Tue, 9 Aug 2016 13:47:56 +0000 (16:47 +0300)]
Convert old validators (#87).

Change-Id: I6e4a56855f78595975b645a08390fb56e0e52ef9

8 years agoUpdate expected Chrome version to 52
Henri Sara [Thu, 11 Aug 2016 11:44:49 +0000 (14:44 +0300)]
Update expected Chrome version to 52

Change-Id: Ic580c17bddf05455827ecb7fbfb44e5c9e2c7bf2

8 years agoRefactor Binder and Binding/BindingImpl to be easier to understand
Artur Signell [Wed, 10 Aug 2016 14:41:16 +0000 (17:41 +0300)]
Refactor Binder and Binding/BindingImpl to be easier to understand

Change-Id: I675dabf9f15b673b04495db9efd315d8742afd7e

8 years agoRemove deprecated column based width support from selects
Henri Sara [Thu, 14 Jul 2016 12:14:18 +0000 (15:14 +0300)]
Remove deprecated column based width support from selects

Change-Id: I233f205d3d0d7c0cf59e55531de09b7807d73548

8 years agoFix Grid height calculation when HeightMode.ROW (#20104, #20074)
adam [Mon, 8 Aug 2016 12:25:10 +0000 (15:25 +0300)]
Fix Grid height calculation when HeightMode.ROW (#20104, #20074)

When Grid is inside of a Tab (Tabsheet or Accordion) and
height mode is set to HeightMode.ROW, layout happens
before row height is known. To fix that, an event is fired
and a handler starts a layout after everything is calculated.

Change-Id: I516b09b5a7febc7ab3931fe582752eb5c888e4a8

8 years agoRemove obsolete type attribute in AbstractSelect subclasses
Henri Sara [Thu, 14 Jul 2016 11:56:21 +0000 (14:56 +0300)]
Remove obsolete type attribute in AbstractSelect subclasses

Change-Id: I733a286473fb245da92ae6210d671ead6f954e79

8 years agoMove and rename converters into com.vaadin.legacy.data.util.converter.Legacy*
Artur Signell [Wed, 10 Aug 2016 07:02:21 +0000 (10:02 +0300)]
Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*

Change-Id: I75fd33e66c8c5c265bc60cce58ff639a5d5642ab

8 years agoMove old validators to legacy package (pre-#87).
Denis Anisimov [Wed, 10 Aug 2016 08:45:40 +0000 (11:45 +0300)]
Move old validators to legacy package (pre-#87).

Change-Id: If6212ff2b7da0e87b3c68a3372b5f0b5a2a55b1a

8 years agoFix invalid [note] tags in documentation
Artur Signell [Tue, 9 Aug 2016 09:57:20 +0000 (12:57 +0300)]
Fix invalid [note] tags in documentation

Change-Id: I4cb2f8425d846694cdcfdfa8fd3d40c614f13889

8 years agoFix documentation typo
Artur Signell [Wed, 10 Aug 2016 07:02:21 +0000 (10:02 +0300)]
Fix documentation typo

Change-Id: Ia28e28bf61f1cdafbc878083797006600a441cfa

8 years agoBinding.withValidator and Binder.validate methods (#26).
Denis Anisimov [Mon, 8 Aug 2016 12:46:52 +0000 (15:46 +0300)]
Binding.withValidator and Binder.validate methods (#26).

Change-Id: I0641ea6118cd873c803d3c21d82b14fe8db4baa2

8 years agoMove Validator and Validatable into legacy package.
Denis Anisimov [Tue, 9 Aug 2016 11:25:53 +0000 (14:25 +0300)]
Move Validator and Validatable into legacy package.

Change-Id: I7f8e9b1f7dff40ca76933cdf1978e3749f390142

8 years agoConvert Slider to extend the new AbstractField
Artur Signell [Mon, 8 Aug 2016 12:56:33 +0000 (15:56 +0300)]
Convert Slider to extend the new AbstractField

Change-Id: I1961963baac3a6546edb908582b323c481b15bfd

8 years agoBoV: Fix a language issue for Listing
Henri Sara [Tue, 9 Aug 2016 07:49:25 +0000 (10:49 +0300)]
BoV: Fix a language issue for Listing

Change-Id: I3699ecca45775335308d90a2c1f79b9a1244dc76

8 years agoEliminate calls to deprecated addListener(Focus/BlurListener)
Henri Sara [Tue, 9 Aug 2016 09:04:44 +0000 (12:04 +0300)]
Eliminate calls to deprecated addListener(Focus/BlurListener)

Change-Id: Ia92f8d2c9df32b2dc10ea3fbda02c962d7e8b566

8 years agoAdd support for required status to AbstractField
Artur Signell [Tue, 9 Aug 2016 06:53:08 +0000 (09:53 +0300)]
Add support for required status to AbstractField

Change-Id: I64ef7d4425946031432032cc4060e0dcad43678b

8 years agoRename AbstractFieldTest to LegacyAbstractFieldTest
Artur Signell [Mon, 8 Aug 2016 13:04:57 +0000 (16:04 +0300)]
Rename AbstractFieldTest to LegacyAbstractFieldTest

Change-Id: I6cc419884ecba7f75e825ddcba343325b2d77f1b

8 years agoMake AbstractField Focusable
Artur Signell [Mon, 8 Aug 2016 14:00:11 +0000 (17:00 +0300)]
Make AbstractField Focusable

All fields are defined as focusable and support tab index.
Complex fields can override the focus and tab index behavior as needed.

Change-Id: I56ad6e3a0dcd1427a0d0e6b80f64dbcf77ec4844

8 years agoRename field in VFilterSelect.DataReceivedHandler for clarity
Henri Sara [Mon, 8 Aug 2016 11:33:24 +0000 (14:33 +0300)]
Rename field in VFilterSelect.DataReceivedHandler for clarity

Change-Id: Iaf951b0c50a124b5be377659eac4d3966f20b383

8 years agoUpdate comment in VFilterSelect.resetSelection()
Henri Sara [Mon, 8 Aug 2016 11:19:14 +0000 (14:19 +0300)]
Update comment in VFilterSelect.resetSelection()

Change-Id: Ie0bd8c2bbfee62b7ed8b4a413c7f2479656dd729

8 years agoClean javadoc/comments in ComboBoxConnector
Henri Sara [Mon, 8 Aug 2016 08:35:01 +0000 (11:35 +0300)]
Clean javadoc/comments in ComboBoxConnector

Change-Id: I795852bb1269867a0ecfb2bf7f4d97ce697f3eb6

8 years agoRemove unused field in ComboBox
Henri Sara [Fri, 29 Jul 2016 12:26:27 +0000 (15:26 +0300)]
Remove unused field in ComboBox

Change-Id: Ic3b427502905dd635a1d26b5a82aaa24228a60bd

8 years agoMoved ComboBox suggestion popup width to shared state
Henri Sara [Fri, 29 Jul 2016 09:43:57 +0000 (12:43 +0300)]
Moved ComboBox suggestion popup width to shared state

Change-Id: Ifdadc24ff922761eb78c4e5168f0e83fbf47108a

8 years agoRemove obsolete paint attribute from ComboBox
Henri Sara [Fri, 29 Jul 2016 09:38:10 +0000 (12:38 +0300)]
Remove obsolete paint attribute from ComboBox

This was already in the shared state.

Change-Id: I42f43be136199e6cad259742ee8d7e78c65cf94f

8 years agoMinor ComboBox client side cleanup (#19929)
Henri Sara [Thu, 12 Nov 2015 10:46:11 +0000 (12:46 +0200)]
Minor ComboBox client side cleanup (#19929)

Remove unused references to immediate flags.

Change-Id: I4dfeccb9cb5c282c1b3a51bc5ff14a6fd62d3b1b

8 years agoMove combo box selection update logic to handler (#19929)
Henri Sara [Wed, 11 Nov 2015 10:27:03 +0000 (12:27 +0200)]
Move combo box selection update logic to handler (#19929)

Move logic related to updating the selection to the handler and
VFilterSelect.

Change-Id: I399c1ab2ceaceb1132aabeb11fff4c5ac7bf7ebc

8 years agoMove more combo logic to handler (#19929)
Henri Sara [Wed, 11 Nov 2015 09:17:57 +0000 (11:17 +0200)]
Move more combo logic to handler (#19929)

- Move waitingForFilteringResponse etc. to the data received
handler.
- Change some setters to parameterless methods that trigger a
state transition.

Change-Id: Iaf2547df1e6e61a1cb25b74172ea0fb095068375

8 years agoBinder.save() and Binder.load() methods implementation (#36).
Denis Anisimov [Mon, 8 Aug 2016 03:36:48 +0000 (06:36 +0300)]
Binder.save() and Binder.load() methods implementation (#36).

Change-Id: Ibe54c5691919bc541c4150b17a7113ca26031ac5

8 years agoUse a separate data received handler in VFilterSelect (#19929)
Henri Sara [Wed, 11 Nov 2015 08:50:11 +0000 (10:50 +0200)]
Use a separate data received handler in VFilterSelect (#19929)

Move parts of the request handling to a separate handler
class that keeps track of the current communication state etc.

This is an intermediate change. Later changes should move
waitingForFilteringResponse etc. to the handler.

Change-Id: Ic248aa463ae0b194f95e5e4ce92e9d26627ddfeb

8 years agoMove combo popup opener clicked flag to connector (#19929)
Henri Sara [Tue, 10 Nov 2015 12:42:41 +0000 (14:42 +0200)]
Move combo popup opener clicked flag to connector (#19929)

The flag is only used by the connector to temporarily block
certain operations.

Change-Id: I30a2ffe15768a483b7823dcee450b9cfe93888a4

8 years agoRefactor ComboBox pending selection handling (#19929)
Henri Sara [Tue, 10 Nov 2015 12:28:12 +0000 (14:28 +0200)]
Refactor ComboBox pending selection handling (#19929)

Move the handling of selection when a navigation operation
pends on server reply to the connector, with a callback
that actually performs the selection.

Change-Id: I941defbf2fe85d0f4d6ed58b7e65799c35a11aa1

8 years agoUse accessors for combo internal state (#19929)
Henri Sara [Tue, 10 Nov 2015 11:44:33 +0000 (13:44 +0200)]
Use accessors for combo internal state (#19929)

This is an intermediate step towards refactoring the
communication related client side internal state management.

Change-Id: I252988cae5e19883ea0acc283bdda69473dc4f85

8 years agoRemove UIDL references in VFilterSelect (#19929)
Henri Sara [Mon, 9 Nov 2015 13:00:50 +0000 (15:00 +0200)]
Remove UIDL references in VFilterSelect (#19929)

Change-Id: Ia6af50fac9ff4e8945ec16272c7a3227b2600cc6

8 years agoRefactor ComboBox item painting (#19929)
Henri Sara [Mon, 9 Nov 2015 12:52:46 +0000 (14:52 +0200)]
Refactor ComboBox item painting (#19929)

This is an intermediate step towards a different approach
to sending items from server to client.

An unused null selection item attribute was removed, as the
information is currently communicated outside the item.

Change-Id: I7b2cd34d2d05287f91d6859fca28337dccdbe8df

8 years agoRequest ComboBox pages with RPC (#19929)
Henri Sara [Mon, 9 Nov 2015 10:58:52 +0000 (12:58 +0200)]
Request ComboBox pages with RPC (#19929)

All client to server communication of ComboBox is now done
with RPC.

There is still an empty changeVariables() methods to
override the default behavior in AbstractSelect.

Change-Id: I718eeabd5c116ec4e00485ed37a0a6d5389ee1f0

8 years agoMove ComboBox filtering mode to state (#19929)
Henri Sara [Mon, 9 Nov 2015 10:42:25 +0000 (12:42 +0200)]
Move ComboBox filtering mode to state (#19929)

Change-Id: I7eaf2dae59133745d6a7c686503625f1f5216c52

8 years agoMove ComboBox pageLength to state (#19929)
Henri Sara [Mon, 9 Nov 2015 10:33:07 +0000 (12:33 +0200)]
Move ComboBox pageLength to state (#19929)

Use shared state for the page length and update related tests.
This change also removes an unused widget field.

Change-Id: I22055ea058029f898af952252a0c3dadcd9476d4

8 years agoSend ComboBox selection with RPC (#19929)
Henri Sara [Fri, 6 Nov 2015 08:54:10 +0000 (10:54 +0200)]
Send ComboBox selection with RPC (#19929)

Send the selection from the client to the server with RPC.

Change-Id: I67e4e526f59550e83d9400729adf91e2b4bbb806

8 years agoSend ComboBox focus/blur with RPC (#19929)
Henri Sara [Thu, 5 Nov 2015 11:29:15 +0000 (13:29 +0200)]
Send ComboBox focus/blur with RPC (#19929)

Send focus and blur events using RPC instead of in UIDL.
This change does not use ConnectorFocusAndBlurHandler to preserve
old timings.

Change-Id: I02a86dcc3959388ca835798a33cb600898b19ab9

8 years agoCreate new items with RPC (#19929)
Henri Sara [Thu, 5 Nov 2015 11:06:20 +0000 (13:06 +0200)]
Create new items with RPC (#19929)

When the user creates a new item, send it with client to
server RPC.

Change-Id: Iaf60fc910d4e8b57b681b4cf13f124871c1a01b0

8 years agoMove ComboBox communication to connector (#19929)
Henri Sara [Thu, 5 Nov 2015 10:49:44 +0000 (12:49 +0200)]
Move ComboBox communication to connector (#19929)

This change extracts the client to server communication
methods of VFilterSelect and moves them to the connector.

Change-Id: If9b10455d1d32e11bfd6077dcaccbc4841b300f0

8 years agoCreate ComboBoxServerRpc stub (#19229)
Henri Sara [Thu, 5 Nov 2015 09:16:55 +0000 (11:16 +0200)]
Create ComboBoxServerRpc stub (#19229)

Create an empty client to server RPC implementation for ComboBox.

Change-Id: I1ccce4875682b8ba2541acdc42d361edb30ca458

8 years agoUse shared state in ComboBox (#19229)
Henri Sara [Thu, 5 Nov 2015 08:51:56 +0000 (10:51 +0200)]
Use shared state in ComboBox (#19229)

This change uses shared state for the read-only flag, text
input allowed flag and input prompt.

Change-Id: If770a3d9be96d10c3a19654b398bc2f5ddfb7e67

8 years agoUse snapshots of Maven plug-in
Henri Sara [Sun, 7 Aug 2016 07:10:37 +0000 (10:10 +0300)]
Use snapshots of Maven plug-in

Change-Id: Ic2e304d6afe0d4d2a53a6983b9095de5303f84ea

8 years agoAdd Binder for binding field values to bean properties
Teemu Suo-Anttila [Wed, 15 Jun 2016 16:14:47 +0000 (19:14 +0300)]
Add Binder for binding field values to bean properties

Change-Id: I509f02261a36fcef276d2a1c5590a06bc28e8ed2

8 years agoImplement new simple AbstractField
Johannes Dahlström [Thu, 4 Aug 2016 19:18:57 +0000 (22:18 +0300)]
Implement new simple AbstractField

Change-Id: I9addcf8bec802967b1dfa39512dd140b8a4e4a25

8 years agoRename Field, AbstractField to legacy names
Johannes Dahlström [Thu, 4 Aug 2016 17:58:28 +0000 (20:58 +0300)]
Rename Field, AbstractField to legacy names

Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f

8 years agoUpdate documentation to match API in vol2
Artur Signell [Fri, 5 Aug 2016 08:28:45 +0000 (11:28 +0300)]
Update documentation to match API in vol2

Change-Id: I7514105d817a8e442ecdc81fa77af758a9abfd08

8 years agoRe-enable accidentally disabled fields documentation
Artur Signell [Fri, 5 Aug 2016 08:20:31 +0000 (11:20 +0300)]
Re-enable accidentally disabled fields documentation

Change-Id: Id6baa165d99ba8127ade72f81ef33963733294da

8 years agoUpdate release notes for Vaadin 8
Henri Sara [Fri, 5 Aug 2016 08:20:07 +0000 (11:20 +0300)]
Update release notes for Vaadin 8

Change-Id: I920a72c524f331b726a4beb8206fadcf3687999f