summaryrefslogtreecommitdiffstats
path: root/uitest/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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-274-4/+4
* 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-274-0/+28
* 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
* Remove unused @VERSION@Ahmed Ashour2017-09-258-8/+0
* Fix TreeGrid double click event in hierarchy column (#10070)Adam Wagner2017-09-251-0/+32
* Construct array inline (#10068)Ahmed Ashour2017-09-2359-98/+95
* Add empty line at end of fileAhmed Ashour2017-09-2369-73/+69
* Fix javadoc references (#10067)Ahmed Ashour2017-09-2313-15/+0
* Remove unused methods. (#10058)Ahmed Ashour2017-09-223-5/+2
* Replace CRLF with LF (#10062)Henri Sara2017-09-222-141/+141
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-2116-29/+29
* Access static members in a static way (#10054)Ahmed Ashour2017-09-219-23/+22
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-2111-16/+16
* Remove unused methods (#10020)Ahmed Ashour2017-09-204-50/+0
* Fix ColorPickerGrid indexingHenri Sara2017-09-201-0/+34
* Use simple class namesAhmed Ashour2017-09-203-4/+4
* Show validation error selecting invalid date from DateField (#10013)Marco Collovati2017-09-201-0/+31
* Use String.isEmpty()Ahmed Ashour2017-09-197-7/+7
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-191-4/+3
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-1911-51/+32
* Add DOCTYPE for GWT module filesAhmed Ashour2017-09-141-0/+2
* Fix varargs warningsAhmed Ashour2017-09-1317-27/+23