summaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (#10071)Ahmed Ashour2017-09-252-5/+6
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
* Fix javadoc references (#10067)Ahmed Ashour2017-09-2324-46/+28
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-221-4/+2
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-222-3/+3
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-212-3/+1
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-2117-30/+30
* Add Upload#setButtonStyleName (#10044)Knoobie2017-09-211-0/+31
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-2115-16/+16
* Add scroll logic from TreeGrid to Tree (#10005)Piotr Wilkin2017-09-204-4/+53
* Remove unused methods (#10020)Ahmed Ashour2017-09-209-52/+3
* Fix ColorPickerGrid indexingHenri Sara2017-09-201-3/+3
* Use interface not Implementation, as method parameterAhmed Ashour2017-09-201-1/+1
* Use simple class namesAhmed Ashour2017-09-2011-47/+53
* Show validation error selecting invalid date from DateField (#10013)Marco Collovati2017-09-201-1/+1
* Add API for running BindingValidationStatusHandlers (#9966)Teemu Suo-Anttila2017-09-193-11/+49
* Optimize HierarchyMapper (#10003)Piotr Wilkin2017-09-191-10/+8
* Use String.isEmpty()Ahmed Ashour2017-09-196-14/+14
* Fix typoAhmed Ashour2017-09-191-5/+5
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-193-7/+7
* Fix removeBinding logic (#10002)Piotr Wilkin2017-09-191-5/+51
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-193-8/+4
* Fix javadoc typos (#9998)Ahmed Ashour2017-09-141-1/+1
* Simplify conditional logic.Ahmed Ashour2017-09-143-70/+32
* Javadoc fixesAhmed Ashour2017-09-131-1/+0
* Simplify boolean expressionsAhmed Ashour2017-09-131-1/+1
* Fix javadoc for CustomizedSystemMessages (#9970)Michael Benz2017-09-121-2/+5
* Make Servlet related classes more welcoming to DI (#9658)Dos Moonen2017-09-083-31/+128
* Add missing since tags for 8.2 (#9938)Henri Sara2017-09-073-16/+16
* Fix making components visible by push (#9934)Henri Sara2017-09-063-5/+22
* Add methods to remove Bindings from Binder (#9932)Teemu Suo-Anttila2017-09-051-0/+46
* Update Binder isValid() javadoc (#9930)Henri Sara2017-09-051-1/+4
* Fix Binder bindInstanceFields code example in JavaDoc (#9929)Teemu Suo-Anttila2017-09-051-1/+1
* Update DOCTYPE in WidgetSetBuilderHenri Sara2017-08-311-1/+1
* Fix AbstractClientConnector stateTypeCache memory leak (#9896)Aleksi Hietanen2017-08-301-7/+10
* Add missing Tree#getContentMode (#9889)Aleksi Hietanen2017-08-291-2/+14
* Fix since tags for 8.1.3 release (#9887)Aleksi Hietanen2017-08-291-2/+2
* Binder javadoc fix (#9886)Aleksi Hietanen2017-08-291-8/+9
* Minor javadoc improvements (#9885)Aleksi Hietanen2017-08-292-11/+11
* Add declarative support to Tree (#9881)Aleksi Hietanen2017-08-291-0/+174
* Add item description to RadioButtonGroup and CheckBoxGroup (#9841)Teemu Suo-Anttila2017-08-233-1/+84
* Button icon constructor (#9857)Stephan Knitelius2017-08-231-0/+14
* Fix null check in BackEndDataProvider (#9858)Henri Sara2017-08-231-1/+1
* Add item descriptions to Tree (#9840)Teemu Suo-Anttila2017-08-211-0/+25
* Fix state update on Grid Column hide in client (#9836)Teemu Suo-Anttila2017-08-181-3/+2
* Use getter instead of field for keyMapper (#9831)Leif Åstrand2017-08-171-1/+1
* Use correct version in since for Grid row height methods (#9824)Teemu Suo-Anttila2017-08-161-6/+6
* Provide API for setting row heights in Grid for different sections (#9810)Teemu Suo-Anttila2017-08-111-6/+92
* Ensure wrong Action is not executed after detaching a component (#9806)Henri Sara2017-08-112-13/+51
* Enable setting non-selected default value for DateField (#9745)Olli Tietäväinen2017-08-101-21/+94