summaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Expand)AuthorAgeFilesLines
* Show a sensible message for missing extensions (#10799)Artur Signell2016-12-093-0/+142
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-12-091-0/+6
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-12-091-0/+14
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-12-092-0/+45
* Make modal window block shortcuts for underlying components (#20366)Artur Signell2016-12-091-0/+17
* Make Grid isWorkPending wait for scroll events to complete (#20417)Artur Signell2016-12-091-0/+14
* Update client side selection state when changing selection model (#20370)Artur Signell2016-12-091-1/+0
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-12-092-0/+185
* Workaround for deadlock issue (#18436)Artur Signell2016-12-091-0/+120
* Fixes VTree so that you can click sub elements when setHtmlContentAllowed is ...Sebastian Nyholm2016-12-092-5/+20
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-093-6/+6
* Deprecate Button#setHtmlContentAllowed (#104)Aleksi Hietanen2016-12-083-9/+7
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-081-2/+2
* Implement "afterViewChange()" as no-op by default. (#99)Denis2016-12-072-8/+1
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-071-7/+13
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-062-3/+185
* Add a SelectionMode shorthand for Grid. (#83)Pekka Hyvönen2016-12-055-25/+18
* 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
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-012-0/+132
* Add test for NativeSelect caption generators8.0.0.alpha8Teemu Suo-Anttila2016-12-013-0/+129
* NoSelectionModel for GridPekka Hyvönen2016-11-303-6/+145
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-308-159/+312
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-292-0/+357
* Grid merging footer cellselmot2016-11-292-4/+78
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-291-15/+0
* Make it possible to reset single select valuesLeif Åstrand2016-11-292-0/+111
* Add MultiSelect support for GridPekka Hyvönen2016-11-2925-513/+469
* Provide in-memory sorting information in QueryTeemu Suo-Anttila2016-11-291-2/+3
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-2820-73/+98
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-281-2/+2
* Provide tests for "required indicator" property for options groups.Denis Anisimov2016-11-256-0/+307
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-255-27/+866
* Upgrade to TestBench 5 alpha1 and JUnit 4.12Artur Signell2016-11-253-5/+6
* Data should be updated when it's set for disabled components.Denis Anisimov2016-11-258-9/+224
* Grid merging header cellselmot2016-11-242-13/+92
* Provide declarative support for listing components.Denis Anisimov2016-11-241-19/+21
* Add DataProvider.convertFilter, fix ListDataProvider filteringTeemu Suo-Anttila2016-11-211-8/+10
* Add Filter parameter to DataProviderTeemu Suo-Anttila2016-11-215-10/+11
* Add HTML/Component support to Grid FootersTeemu Suo-Anttila2016-11-182-7/+77
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-1134-129/+129
* Remove HasValue from GridPekka Hyvönen2016-11-106-25/+16
* Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456)Anna Miroshnik2016-11-042-0/+122
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-0410-99/+67
* Make SelectionModel API only server side.Denis Anisimov2016-11-026-8/+6
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-026-25/+22
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-017-26/+33
* Add target test-all for UI testsHenri Sara2016-11-011-0/+25
* Implement focus/blur events for RadioButtonGroup.Denis Anisimov2016-10-315-33/+206
* M-day calendar event is hidden if firstVisibleHourOfDay is set (#14737)Anna Miroshnik2016-10-312-0/+194