aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix temporal renderers serialization (#10929)Ilia Motornyi2018-06-134-15/+171
|
* Fix formatting of some files (#10972)Ilia Motornyi2018-06-121-11/+18
|
* Remove parse error when changing from invalid to empty date text (#10771)Alexander Nittka2018-06-071-0/+82
| | | Fixes #10673.
* Fix NPE check in BindingValidationStatus (#10964)Olli Tietäväinen2018-06-051-0/+13
|
* Fix small formatting issues (#10960)Ilia Motornyi2018-06-011-8/+16
|
* Fix Grid not removing columns from sort orderTeemu Suo-Anttila2018-05-281-4/+23
| | | | Fixes #10928
* Fix Grid clearSortOrder not updating state (#10917)Teemu Suo-Anttila2018-05-151-2/+9
| | | Fixes #9074
* URL encode file name in GlobalResourceHandler (#10751)Marco Collovati2018-05-091-0/+68
| | | Fixes #10747
* Fix using runo icons in FileTypeResolver (#10858)Ilia Motornyi2018-05-031-0/+1
| | | This patch adds a compatibility version of FileTypeResolver.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ColorTextField, helper methods, and regex for validating and handling text input * Refactored structure to avoid creating new component for validation * Style to adapt to error indicator * Tests for validating input in ColorPickerPreview component's TextField * Merge branch 'master' into colorpicker_validation * Fix path to server class * Fix test: Submit the new value * Fix test: ignore Phantom JS * Fix hsl+hsla validation patterns to accept '%', test value tweaking * Merge branch 'master' of github.com:vaadin/framework into colorpicker_validation * Fix: remove warning when color is updated from elsewhere * Revisions: input validation only once, Logging level WARN * Revisions: unit tests for color pattern matching * Revisions: moved parsing to utility class, tests for parsing all accepted input formats * Fixed import in tests, comments * Revisions: Logger as constant, ignore utility class in serialization test * Corner case tests * Revisions: protected method for parsing error text, fix to test * Revisions: NPE fix
* 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
| | | Fixes #10170
* 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-28234-3518/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-27222-222/+222
|
* Added method asRequired with a custom required validator to BindingBuilder. ↵Márcio P. Dantas2018-03-261-0/+92
| | | | (#10724)
* Fix ValueChangeListener order changes with Binder (#10745)Teemu Suo-Anttila2018-03-241-0/+25
| | | Fixes #9917
* 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
| | | | | Fixes #10647 Fixes #10498
* 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
| | | Fixes #9765
* 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
| | | | * Add missing null check to Binding
* 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
| | | | | Adds the ability to set the content mode for the description of a menu item that is part of a menu bar. This functionality was already available for every AbstractComponent but missing for the menu items of menu bars. If no content mode is specified it defaults to the PREFORMATED content mode.
* Treat fields as readonly when bound with null setter (#10477)Marco Collovati2017-12-292-7/+25
| | | Fixes #10476
* Make Binder.setReadonly ignore effectively readonly bindings (#10368)Marco Collovati2017-12-282-0/+43
| | | | | | | Binder.setReadonly will ignore bindings with null setter or property without an accessible setter when changing field read only flag. Fixes #10252
* Fix nested bean property name (#10271)schaerl2017-11-221-0/+48
| | | | | | | | | * Changed retrieval of names of nested properties (#10159) The getName() function in NestedBeanPropertyDefinition will return only the top level name, which causes problems when adding a nested property that has the same name as a non-nested (e.g "value" & "sub.value") This change should fix this behaviour by changing the return value of "getName()" of NestedBeanPropertyDefinition and introducing a function "getTopLevelName()" that only returns the last part of the full name for where it's needed
* Improve Binder JavaDocs and APIs (#10347)Teemu Suo-Anttila2017-11-211-0/+8
| | | This patch also adds ValueChangeEvent as a parameter to field value change method in Binder.
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-213-19/+19
| | | | | | | | | | | | | | | | | * Rename HierarchicalDataCommunicator#getMapper to getHierarchyMapper * Make rpc field in Notification private * Change DropIndexCalculator.ALWAYS_DROP_TO_END to a generic static method * Move EditorImpl#editRow documentation to the interface level * Correct GridDragEndEvent, GridDragStartEvent constructor javadocs * Revert SharedState.registeredEventListeners to a Set * Rename GridDropTarget dropAllowedOnSortedGridRows * Rename ColumnState.contentMode to tooltipContentMode
* Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)Aleksi Hietanen2017-11-211-1/+0
| | | | | This commit extracts the private nested class AbstractBeanPropertyDefinition from BeanPropertySet to a public class of package com.vaadin.data. Additionally, the nested protected class PropertyFilterDefinition is extracted from NestedBeanPropertyDefinition to a public class in package com.vaadin.data.
* FileResource to use bufferSize, and StreamResource to use getCacheTime() ↵Ahmed Ashour2017-11-212-0/+47
| | | | (#10247)
* Remove unused imports (#10330)Ahmed Ashour2017-11-218-14/+6
|
* Rename GridDragger to GridRowDragger (#10333)Pekka Hyvönen2017-11-172-12/+12
| | | The old name GridDragger gave an impression that you're dragging the whole grid instead of rows.
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-162-0/+38
| | | | This pathc also switches GridDragger to by default not allow drops on rows when the grid has been sorted.
* Add helper for Grid row DnD (#10255)Pekka Hyvönen2017-11-152-0/+458
| | | | | | | | | | | | | | | | | | * Added Griddragger. * Refactored the GridDragger to match FW style Unit tests, Test UI and documentation to come next. * Change DropMode to BETWEEN and add Test UIs * Simplify GridDragger API * Fixes and unit tests for GridDragger Fixed issues regarding drop index calculation when sourche and target grid is the same. When the ListDataProvider is not internally using List, always drops to the end. Updates the old data provider instead of creating a new one to preserve filters&sorting.
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-151-0/+152
| | | | | | | | | | | | | | | | | * Add new drop mode ON_GRID for GridDropTarget Also adds a way to not accept drops on rows when the user has sorted the grid. This way the bad UX can be avoided for showing the drop indicator for the wrong place when the grid has been sorted. This has not been made default behavior to GridDropTarget since it would change behavior compared to 8.1. Instead if is triggerable via API in GridDropTarget. * Refactor sorted grid drop logic to server side * Block setDropMode calls Blocking setDropMode set values if the grid has been sorted and drop on sorted rows is not allowed. The value is used once the grid is not sorted anymore or the drops are allowed on sorted rows.
* Fix TreeGrid to use correct super constructor (#10291)Jerome Meyer2017-11-141-0/+6
| | | Fixes #10195
* Improve nested property support for Binder (#9925)Olli Tietäväinen2017-11-142-2/+198
| | | Fixes #9210
* 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
| | | | | | | | | * HasItems.setItems(T... items) should allow edits Arrays.asList() creates a immutable Arrays.ArrayList, preventing users from doing dataProvider.getItems() and updating the returned collection. This makes it impossible to keep the same data provider, update it and keep the filters & sorting, and then just call dataProvider.refreshAll() to get changes visible. We should not require users to create a new data provider in this case. This is the same for DataProvider.ofItems(T... items) * fix missing whitespace from test error message
* Use lambda expressions. (#10268)Ahmed Ashour2017-11-012-39/+26
|