aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/select
Commit message (Collapse)AuthorAgeFilesLines
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-171-5/+4
|
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-283-45/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-273-3/+3
|
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-015-43/+9
|
* Restore column based width for compatibility selectsTeemu Suo-Anttila2017-03-071-0/+13
|
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-1/+3
| | | | Change-Id: Ib867b71cab4cf5cda89f272986930297b7a84ced
* Make Valo the default themePekka Hyvönen2016-10-062-4/+4
| | | | | | | | | | LegacyApplication explicitly uses "reindeer" as default theme. Extended AbstractTestUI to AbstractReindeerTestUI, that all old tests now inherit. All new tests should be based on AbstractTestUI. Also added AbstractReindeerTestUIWithLog for those that needed it. Removed all found @Theme("valo") and used proper parent test class. Change-Id: I0bb45850f3f1d39c6f78dac35dfa08acbad427ad
* Unify listeners on the server sideAleksi Hietanen2016-09-291-1/+1
| | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-272-10/+13
| | | | | | | | | | | | | | | | Removes feature for adding new items. Introduces a AbstractMultiSelect-abstraction layer, which is used in server side by TwinColSelect & CheckBoxGroup and on client side only TwinColSelect for now. Plan is to use it for ListSelect too. Further improvement would be to make AbstractMultiSelect use SelectionModel that extends AbstractSelectionModel and is thus used as an extension both as client & server side. Updates to JUnit 4.12 for easier use of @Parameterized test.. Change-Id: I64258c2229b9514d382693748e2ca562a1e448d4
* Move ItemCaptionProvider out of ComboBox (#184).Denis Anisimov2016-09-201-1/+1
| | | | Change-Id: I7dc98de04127c7495aed81b9e0cd2be8cb12b10c
* Update ComboBox for new DataSource and communication mechanismHenri Sara2016-09-123-22/+8
| | | | | | | | This simplifies the client side state machine. This change does not modify the CSS class name v-filterselect. Change-Id: I2f4a6e5252045cb7698d582be90693e00961b342
* Refactor AbstractComponentTest to extend AbstractTestUIJohannes Dahlström2016-09-051-1/+1
| | | | Change-Id: Ie614e7a7bf069ab4035cfcd35c3bc98007adfd4b
* Use diamond operator where it can be usedArtur Signell2016-09-052-7/+7
| | | | | | Does not modify compatibility packages to keep to closer to Vaadin 7.7 Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
* Move ComboBox shared classes to vaadin-compatibility-sharedHenri Sara2016-08-251-1/+1
| | | Change-Id: Icdb0ddc011e8749f4c3f159d2ecd94e4c564d28f
* Move Item to compatibility packageArtur Signell2016-08-241-3/+3
| | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-2215-29/+29
| | | | | | | | * 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
* Remove IE8-IE10 related test codeArtur Signell2016-08-181-42/+0
| | | | Change-Id: Iadacd329c8da969c5ad046abd87db28ac6eade0c
* Update copyright year to 2016Artur Signell2016-08-183-3/+3
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-184-13/+13
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-185-37/+40
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-28/+12
| | | | | | Add LegacyCheckBox for old field factories, Grid editor etc. Change-Id: Ic40790049421268c6de3d26730d1955d56aa86c4
* Remove deprecated column based width support from selectsHenri Sara2016-08-111-13/+0
| | | | Change-Id: I233f205d3d0d7c0cf59e55531de09b7807d73548
* Eliminate calls to deprecated addListener(Focus/BlurListener)Henri Sara2016-08-091-1/+1
| | | | Change-Id: Ia92f8d2c9df32b2dc10ea3fbda02c962d7e8b566
* Rename AbstractFieldTest to LegacyAbstractFieldTestArtur Signell2016-08-081-2/+2
| | | | Change-Id: I6cc419884ecba7f75e825ddcba343325b2d77f1b
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1516-0/+1253
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda