aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java/com/vaadin/tests/components/textfield
Commit message (Expand)AuthorAgeFilesLines
* fix: Focus-activated shortcut listener in compatibility TextField (#12203)Tatu Lund2021-02-161-0/+49
* Enable maven formatting for uitest (#10908)Ilia Motornyi2018-05-172-7/+9
* Remove empty comments (#10789)Ilia Motornyi2018-04-051-18/+1
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-289-137/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-278-8/+8
* Enable setting cursor after the last character (#10670)Anastasia Smirnova2018-03-061-0/+46
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-0115-158/+47
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-1/+3
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-3/+2
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-4/+2
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-022-12/+12
* Construct array inline (#10068)Ahmed Ashour2017-09-232-2/+2
* Add empty line at end of fileAhmed Ashour2017-09-231-1/+1
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-213-3/+3
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-203-4/+4
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-151-0/+125
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-251-3/+3
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-134-8/+3
* Make Valo the default themePekka Hyvönen2016-10-068-16/+16
* Unify listeners on the server sideAleksi Hietanen2016-09-292-3/+3
* Fix AbstractTextFieldConnector super classArtur Signell2016-09-151-0/+29
* Implement new RichTextAreaArtur Signell2016-09-122-1/+153
* Remove strange TextField column APIArtur Signell2016-09-071-1/+1
* Use diamond operator where it can be usedArtur Signell2016-09-053-3/+3
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-312-4/+2
* Move old TextField to compatibility packageArtur Signell2016-08-269-665/+0
* Update TextArea to extend AbstractFieldNew (#53)Aleksi Hietanen2016-08-261-2/+6
* Move LegacyWindow back to com.vaadin.uiArtur Signell2016-08-251-1/+1
* Use RPC for TextField cursor position and selection range updatesArtur Signell2016-08-251-47/+51
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-2225-96/+96
* Organize importsArtur Signell2016-08-209-12/+12
* Rename legacy packages to v7Artur Signell2016-08-1823-29/+29
* Update copyright year to 2016Artur Signell2016-08-187-7/+7
* Remove trailing whitespace from code and javadocArtur Signell2016-08-187-36/+36
* Format using Eclipse NeonArtur Signell2016-08-187-20/+25
* Remove Form and FormFieldFactoryArtur Signell2016-08-171-194/+0
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-1732-189/+312
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-159-32/+31
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-113-36/+20
* Make immediate mode the defaultHenri Sara2016-08-111-147/+0
* Eliminate calls to deprecated addListener(Focus/BlurListener)Henri Sara2016-08-092-6/+6
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-051-2/+2
* Always return cursor position 0 when displaying input prompt (#19766)Teemu Pöntelin2016-05-111-0/+42
* Revert "Better default for nullRepresentation (#13221, #12877)"feature/standard-sassIlia Motornyi2016-05-041-84/+0
* Better default for nullRepresentation (#13221, #12877)Matti Tahvonen2016-05-021-0/+84
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1533-0/+2485