summaryrefslogtreecommitdiffstats
path: root/uitest/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* Rename GridDragger to GridRowDragger (#10333)Pekka Hyvönen2017-11-174-12/+12
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-161-0/+62
* Add helper for Grid row DnD (#10255)Pekka Hyvönen2017-11-154-95/+222
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-151-1/+8
* Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278)Ansku2017-11-101-0/+9
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-101-23/+49
* Make focus circulate in modal dialog to improve accessibility (#10260)Péter Török2017-11-072-2/+8
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-061-2/+7
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-01472-9676/+4180
* Use local variable for getWidget(). (#10253)Ahmed Ashour2017-10-311-6/+7
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-317-15/+16
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-319-21/+9
* Fix combo box suggestion popup height (#10256)Adam Wagner2017-10-301-0/+25
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-301-0/+40
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-2727-380/+175
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-26159-1857/+824
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-267-17/+17
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-233-5/+104
* Fix typos (#10213)Ahmed Ashour2017-10-202-2/+2
* Check class name type on Grid cell mouse over (#10194)Adam Wagner2017-10-201-0/+40
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2015-38/+69
* Scheduler.ScheduledCommand and RepeatingCommand to be lambda (#10203)Ahmed Ashour2017-10-201-287/+130
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-203-5/+5
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-2038-298/+236
* AbstractDateField: set value after being invalid (#10187)Ahmed Ashour2017-10-202-9/+38
* Fix AbstractDateField to correctly show week day names (#10188)Ahmed Ashour2017-10-162-2/+42
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-124-4/+4
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-111-0/+29
* Add aria-rowcount to grid (#10167)Knoobie2017-10-113-1/+108
* Prevent Grid refreshAll from getting stuck due mismatched state (#10161)Ansku2017-10-101-0/+93
* Fix typos (#10158)Ahmed Ashour2017-10-103-6/+9
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-1039-101/+83
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-101-0/+5
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-097-9/+9
* Fix typos (#10124)Ahmed Ashour2017-10-049-35/+39
* Add role="grid" and aria-multiselectable to grid (#10009)Knoobie2017-10-041-0/+50
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-031-1/+1
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-0215-66/+58
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-021-1/+0
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-295-40/+14
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-294-12/+12
* Remove auto-generated comment (#10111)Ahmed Ashour2017-09-2923-101/+20
* Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844)Ahmed Ashour2017-09-281-0/+78
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-2831-52/+69
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-286-16/+16
* Fix typos (#10095)Ahmed Ashour2017-09-273-3/+3
* Support addCloseListener for Notification (#10027)Ahmed Ashour2017-09-271-0/+47
* Add option to use PushState instead of URI fragments in Navigator (#10042)Teemu Suo-Anttila2017-09-273-0/+14
* Implement error level on client side (#9817)Adam Wagner2017-09-272-1/+211
* Relayout GridLayout when font loading completes (#10077)Henri Sara2017-09-263-8/+79