aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test
Commit message (Expand)AuthorAgeFilesLines
* Enable formatting in testbench-api module (#10852)Ilia Motornyi2018-05-022-15/+13
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-1936-144/+176
* Colorpicker validation handling (#10821)KatriHaapalinna2018-04-196-0/+433
* Fix AbstractSingleSelect selection and state updates (#10796)Teemu Suo-Anttila2018-04-191-1/+16
* Fixes declarative update of existing Composite (#10825)Ilia Motornyi2018-04-171-0/+29
* Fix Grid Column not sortable with backend data and sort property (#10811)Teemu Suo-Anttila2018-04-131-1/+1
* Remove empty comments (#10789)Ilia Motornyi2018-04-0528-53/+0
* Added possibility to add listener for connectorMarkedDirty (#10773)caalador2018-04-041-0/+155
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-28235-3534/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-27223-223/+223
* Added method asRequired with a custom required validator to BindingBuilder. (...Márcio P. Dantas2018-03-261-0/+92
* Fix ValueChangeListener order changes with Binder (#10745)Teemu Suo-Anttila2018-03-241-0/+25
* Always return a fresh copy of BeanPropertySet from cache (#10635)Ilia Motornyi2018-03-242-24/+134
* Correctly handle data providers with overriden getId (#10728)Anastasia Smirnova2018-03-221-0/+97
* Implement ReadOnlyHasValue helper (#10643)Ilia Motornyi2018-03-201-0/+116
* Fix date ranges for date and datetime fields (#10685)Ilia Motornyi2018-03-201-0/+6
* Add option to use error message provider for StringTo converters (#10711)Teemu Suo-Anttila2018-03-191-0/+23
* Add missing null check to Binding (#10726)Teemu Suo-Anttila2018-03-191-0/+19
* Fixed comment to reflect test expectation (#10676)Marco Collovati2018-03-051-1/+1
* Add setReadOnly for Bindings (#10482)Teemu Suo-Anttila2018-02-081-10/+38
* Add recursive expand and collapse method to TreeGrid and Tree (#10283)Adam Wagner2018-02-082-3/+3
* Fix Column.setSortable being overridden (#10604)Teemu Suo-Anttila2018-02-072-27/+73
* Rename contentMode to descriptionContentMode in MenuItem (#10494)Leif Åstrand2018-01-081-5/+5
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-291-1/+24
* Treat fields as readonly when bound with null setter (#10477)Marco Collovati2017-12-292-7/+25
* Make Binder.setReadonly ignore effectively readonly bindings (#10368)Marco Collovati2017-12-282-0/+43
* Fix nested bean property name (#10271)schaerl2017-11-221-0/+48
* Improve Binder JavaDocs and APIs (#10347)Teemu Suo-Anttila2017-11-211-0/+8
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-213-19/+19
* Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)Aleksi Hietanen2017-11-211-1/+0
* FileResource to use bufferSize, and StreamResource to use getCacheTime() (#10...Ahmed Ashour2017-11-212-0/+47
* Remove unused imports (#10330)Ahmed Ashour2017-11-218-14/+6
* Rename GridDragger to GridRowDragger (#10333)Pekka Hyvönen2017-11-172-12/+12
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-162-0/+38
* Add helper for Grid row DnD (#10255)Pekka Hyvönen2017-11-152-0/+458
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-151-0/+152
* Fix TreeGrid to use correct super constructor (#10291)Jerome Meyer2017-11-141-0/+6
* Improve nested property support for Binder (#9925)Olli Tietäväinen2017-11-142-2/+198
* Add API to read Binding value from bean (#10316)Teemu Suo-Anttila2017-11-131-0/+21
* HasItems.setItems(T... items) should allow edits (#10290)Pekka Hyvönen2017-11-062-0/+82
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-012-39/+26
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-313-21/+15
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-301-0/+7
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-1/+0
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-2612-31/+33
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-263-3/+3
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-263-7/+7
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-231-3/+14
* Grid.removeColumn() not to fail silently (Fixes #8056) (#10215)Ahmed Ashour2017-10-201-17/+79
* AbstractDateField.formatDate() to be abstract (#10186)Ahmed Ashour2017-10-201-0/+5