summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-12-092-0/+185
| | | | Change-Id: I554d7b6ca60840bab3a032daa4847e7271086e27
* Workaround for deadlock issue (#18436)Artur Signell2016-12-091-0/+120
| | | | Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6
* Fixes VTree so that you can click sub elements when setHtmlContentAllowed is ↵Sebastian Nyholm2016-12-092-5/+20
| | | | | | true. (#20097) Change-Id: Ic453aaf16ea1d44792db868e04faaba069aab3b7
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-093-6/+6
| | | | | | | | * Add a generic selection listener to Grid & SelectionModels Fixes some inconsistent event naming and invalid javadocs. Fixes vaadin/framework8-issues#541
* Deprecate Button#setHtmlContentAllowed (#104)Aleksi Hietanen2016-12-083-9/+7
| | | Fixes vaadin/framework8-issues#525
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce dedicated shared states for every core vaadin component/ext. Updated components are: - PasswordField - CustomField - AbstractListing - AbstractMultiSelect - ColorPicker - ColorPickerArea - DataCommunicator - Responsive - AbstractListingExtension - DetailsManager - AbstractRenderer - ClickableRenderer - ButtonRenderer - CheckBoxRenderer - DateRenderer - HtmlRenderer - ImageRenderer - NumberRenderer - ProgressBarRenderer - TextRenderer Fixes vaadin/framework8-issues#480.
* Implement "afterViewChange()" as no-op by default. (#99)Denis2016-12-072-8/+1
| | | | | | | | | * Implement "afterViewChange()" as no-op by default. ViewChangeListener is functional interface now and has empty implementation for "afterViewChange()" Fixes vaadin/framework8-issues#502
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-7/+13
| | | | | | * Don't use V8 FieldEvents classes in v7 compatibility module. Fixes vaadin/framework8-issues#363
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-062-3/+185
| | | | | | * Add read-only support for single and multi select views for Grid. Fixes vaadin/framework8-issues#516
* Add a SelectionMode shorthand for Grid. (#83)Pekka Hyvönen2016-12-055-25/+18
| | | | | | | | | | | * Add a SelectionMode shorthand for Grid. Hides setSelectionModel(...) by making it protected. Refactores the usage of constructor / extend method for Abstract-, Single- and MultiSelectionModelImpl. Fixes vaadin/framework8-issues#519 Change-Id: I48c30886450506639be9ee6e21c45b0c06755c88
* Introduce VaadinServiceInitListener (#18628) (#79)Leif Åstrand2016-12-024-0/+124
|
* Fix focus and blur tests for CheckBoxGroup, NativeSelect and RatioButtonGroupAleksi Hietanen2016-12-013-11/+14
| | | | Change-Id: I8454ef0895708eaee0bb2771b28c0a0db2fc76a4
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-012-0/+132
| | | | | | | Fixes vaadin/framework8-issues#163 Change-Id: Ib68ad5421934c8375a91d7948d860381a5adb9bb
* Add test for NativeSelect caption generators8.0.0.alpha8Teemu Suo-Anttila2016-12-013-0/+129
| | | | Change-Id: Id074c55b1c29dfb1cc499d918422bcf1c7bce0ba
* NoSelectionModel for GridPekka Hyvönen2016-11-303-6/+145
| | | | | | Fixes vaadin/framework8-issues#518 Change-Id: Ice6bdef03c3b62dd2c74376f98cfb8004dfa0bbf
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-308-159/+312
| | | | | | | It is by default shown only if used data provider is in-memory. Can be configured to be explicitly shown or hidden. Change-Id: I50569d915604c3722a22e14b7628663d5680ed83
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-292-0/+357
| | | Change-Id: I259c659987b5b15b354e16d0be1523f4ede809f0
* Grid merging footer cellselmot2016-11-292-4/+78
| | | | Change-Id: I24895c7ae602ffc9a7812dcc441e99ac670356e2
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-291-15/+0
| | | | | | | | Fixes vaadin/framework8-issues#399 RemoveListenersDeprecatedTest test is fixed. Corrections are made to make the test above passes. Change-Id: I209a4693d241a1488b69b4742f48549dbf4bf0ac
* Make it possible to reset single select valuesLeif Åstrand2016-11-292-0/+111
| | | Change-Id: I60c5d9f183d1955fbbd3341e3ac9f93aae755f80
* Add MultiSelect support for GridPekka Hyvönen2016-11-2925-513/+469
| | | | | | | | | | | Still missing following things coming in next patches: - select all checkbox - firing an event when data provider is changed in grid - read only selection models for grid Part 1 for vaadin/framework8-issues#232 Change-Id: Ib2c7c81a838f43cb7c521a56d50139c91961f54a
* Provide in-memory sorting information in QueryTeemu Suo-Anttila2016-11-291-2/+3
| | | | Change-Id: Iebafff6079816c08e5a4d144f6891d1379751f12
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-2820-73/+98
| | | | | | | | | | Listing has been moved from AbstractListing to each individual Component. ComboBox is now typed to String filter. Fixes issues with declarative read of items. Change-Id: I6918f9f8c426dcbd81546150c2cf9ed49a02bf50
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-281-2/+2
| | | | Change-Id: I6939fbc6f7aed0897f50b19f85fb62d0b8368cc7
* Provide tests for "required indicator" property for options groups.Denis Anisimov2016-11-256-0/+307
| | | | | | | | | Fixes vaadin/framework8-issues#459 This is not a fix because the issue is about AL only and it's by design. But this patch provides tests for CheckBoxGroup and RadioButtonGroup. Change-Id: I8d43ab435327478c7199b8b0a7739d6d1064c822
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-255-27/+866
| | | | | | This patch restores the bean type to BinderValidationStatusHandler Change-Id: I9ace77a492c4823c15591fb1426e9bd216895fb0
* Upgrade to TestBench 5 alpha1 and JUnit 4.12Artur Signell2016-11-253-5/+6
| | | | Change-Id: Ib3f88b6aca37ebb1962b4692df0c4ba11fe92bc2
* Data should be updated when it's set for disabled components.Denis Anisimov2016-11-258-9/+224
| | | | | | Fixes vaadin/framework8-issues#286 Change-Id: I0d6cf49addfd558d43671ad2953dee54529392cd
* Grid merging header cellselmot2016-11-242-13/+92
| | | | Change-Id: Ia52bbef412fc8701f6b862960dfed9c08c17ff7a
* Provide declarative support for listing components.Denis Anisimov2016-11-241-19/+21
| | | | | | | Fixes vaadin/framework8-issues#388 Change-Id: I4f8045bba51d308f4343a1f6d01b3f1ddca63e69
* Add DataProvider.convertFilter, fix ListDataProvider filteringTeemu Suo-Anttila2016-11-211-8/+10
| | | | Change-Id: Ic90ae83acf5d77aa9b0f485dff4e55bba5296fa7
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-215-10/+11
| | | | Change-Id: Ic65b8decb3ac8d4dde9bca6cfb40a2a70f461e91
* Add HTML/Component support to Grid FootersTeemu Suo-Anttila2016-11-182-7/+77
| | | | Change-Id: Iaffe3214163f66c0617a5bea4b79f4ae39d0bc08
* Renaming DataSource -> DataProvider to avoid collisions with ↵elmot2016-11-1134-129/+129
| | | | | | javax.sql.DataSource Change-Id: I6babcadc72f3f37feff98088eee23b153a080f11
* Remove HasValue from GridPekka Hyvönen2016-11-106-25/+16
| | | | | | | | | | | | | | | | | | | Extracts grid single selection into separate class, which is an extension like in V7. Using an extension makes it possible to easily add multiselect and no-select modes back, and support custom selection models. Adds Grid:asSingleSelect() SingleSelect so that grid can be used as a Select in a binder. Removes all remaining references to SelectionModels in Listings. Renames SingleSelectionChangeEvent to SingleSelectionEvent, because then it is unified with selection listener and MultiSelectionEvent. Fixes vaadin/framework8-issues#424 Fixes vaadin/framework8-issues#425 Change-Id: Ie22bef29cfd4336c3f65d4e63531c578b8dd76a3
* Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456)Anna Miroshnik2016-11-042-0/+122
| | | | | | | full name of defect: Can't scroll down submenus using the scrollbar when MenuBar.isAutoOpen() == true Tests. Change-Id: I2cbe797c96dc6a780df147e165babb23f7fbdef3
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-0410-99/+67
| | | | | | Fixes vaadin/framework8-issues#423 Change-Id: Ifd252b8feed323708a7ae73af2b836832570d192
* Make SelectionModel API only server side.Denis Anisimov2016-11-026-8/+6
| | | | | | | Client side doesn't use selection model anymore. Fixes vaadin/framework8-issues#421 Change-Id: If3ecb1c2f3a0024df9bfdfd182eaf8cf8625ac75
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-026-25/+22
| | | | Change-Id: Ib867b71cab4cf5cda89f272986930297b7a84ced
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-017-26/+33
| | | | | | | | | | | Vaadin 7 compatiblity fields still use setRequired via AbstractField (legacy). Public setRequiredIndicator is added to AbstractField, AbstractMultiSelect and AbstractSingleSelect. Internally it is still handled on AbstractComponent & -Connector level. Changes the declarative syntax, required -> required-indicator-visible. Fixes vaadin/framework8-issue#419 Change-Id: I940dc66944d27584bd78e5452aee627ee3abd03a
* Add target test-all for UI testsHenri Sara2016-11-011-0/+25
| | | | | | | The target allows running both normal and server integration tests without cleaning the screenshot directory in between. Change-Id: Ic0d5db325b831114434a83c7d77be36ac8b20a61
* Implement focus/blur events for RadioButtonGroup.Denis Anisimov2016-10-315-33/+206
| | | | | | Fixes vaadin/framework8-issues#333 Change-Id: I55f5d6a0cd690f2c0b5e757318a5f528a67ef34e
* M-day calendar event is hidden if firstVisibleHourOfDay is set (#14737)Anna Miroshnik2016-10-312-0/+194
| | | | | | | | | | Calendar week and day views should be correct when using setFirstVisibleHourOfDay() and the end event time is 00:00 of the following day. Fix + Tests. Change-Id: If9f42de5e9c476cb48a2f169f150b42a9c0ab6c2
* Implement focus/blur listeners for NativeSelect.Denis Anisimov2016-10-312-0/+105
| | | | | | Fixes vaadin/framework8-issues#332 Change-Id: I19996ea83ed1fbe2b115d92d6be5e6a5e158f283
* Update ServletIntegrationUI to use ValoAleksi Hietanen2016-10-311-2/+0
| | | | Change-Id: Ib3d633a215dc4c9655612110ff23afa782d7a381
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-312-0/+127
| | | | | | | Fixes vaadin/framework8-issues#334 Change-Id: I4c7ca424cc4f4a1f0cdecd7671827465ab74ace7
* Date/time issues are fixed in the tests.Denis Anisimov2016-10-311-0/+5
| | | | | | | | | - legacy DateField declarative format tests are fixed (day light saving time is taken into account). - CalendarMonthViewDndEvent UI because you are not supposed to work on Sundays (when the test is broken). Change-Id: If7ddf238a7fab104514211df4a12fa6d071f5af2
* Serve static files also in servletPath/VAADIN (#14398)Artur Signell2016-10-292-0/+82
| | | | Change-Id: I6891827a1fb99216d4e286c761d1384a88000604
* Fix broken GridSortingTest caused by theme changeAleksi Hietanen2016-10-271-1/+1
| | | | Change-Id: I19e86202532e7b1e698ee0640a136be949ec02b0
* Update VerifyBrowserVersionTest to Chrome 54Aleksi Hietanen2016-10-261-1/+1
| | | | Change-Id: I4171d8b95b8a3ac6aa8ff04d03e71008709d470f