]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
7 years agoFix empty TreeGrid (#9067)
Aleksi Hietanen [Wed, 12 Apr 2017 12:03:17 +0000 (15:03 +0300)]
Fix empty TreeGrid (#9067)

7 years agoRemove Extension suffix from Grid DND classes (#9035)
Adam Wagner [Fri, 7 Apr 2017 10:03:09 +0000 (13:03 +0300)]
Remove Extension suffix from Grid DND classes (#9035)

7 years agoMake it possible to drop things between Grid rows (#8979)
Adam Wagner [Fri, 7 Apr 2017 06:52:06 +0000 (09:52 +0300)]
Make it possible to drop things between Grid rows (#8979)

Fixes #8401

7 years agoProvide dragged Grid items in server side (#8950)
Adam Wagner [Thu, 30 Mar 2017 10:18:10 +0000 (13:18 +0300)]
Provide dragged Grid items in server side (#8950)

Fixes #8931

7 years agoMake it possible to drop things on top of Grid rows (#8747)
Adam Wagner [Thu, 16 Mar 2017 18:35:46 +0000 (20:35 +0200)]
Make it possible to drop things on top of Grid rows (#8747)

Fixes #8400

7 years agoMake all selected rows draggable (#8746)
Adam Wagner [Thu, 16 Mar 2017 08:32:22 +0000 (10:32 +0200)]
Make all selected rows draggable (#8746)

Fixes #8397

7 years agoMake Grid rows draggable (#8690)
Adam Wagner [Tue, 28 Feb 2017 07:41:04 +0000 (09:41 +0200)]
Make Grid rows draggable (#8690)

It is possible to customize the drag data for each row. (#8706)

Fixes #8396

7 years agoUse setCaption Javadocs inherited from Component (#9066)
Leif Åstrand [Wed, 12 Apr 2017 10:48:10 +0000 (13:48 +0300)]
Use setCaption Javadocs inherited from Component (#9066)

Component.setCaption has thorough Javadocs that are shadowed by a very
brief snippet in AbstractComponent and an erroneous description in
Panel. By removing those snippets, component classes will instead
inherit a much more useful description of the method.

7 years agoFix typo in license (#9060)
Guille [Tue, 11 Apr 2017 17:21:28 +0000 (20:21 +0300)]
Fix typo in license (#9060)

7 years agoUpdate last video of the tutorial (#9054)
Alejandro [Tue, 11 Apr 2017 11:34:53 +0000 (14:34 +0300)]
Update last video of the tutorial (#9054)

This change updates the video for the last step of the tutorial

7 years agoFix initial expand of TreeGrid items
Aleksi Hietanen [Tue, 11 Apr 2017 06:50:26 +0000 (09:50 +0300)]
Fix initial expand of TreeGrid items

Fixes #9050

7 years agoCorrect TreeGrid documentation for expand and collapse
Aleksi Hietanen [Mon, 10 Apr 2017 14:30:37 +0000 (17:30 +0300)]
Correct TreeGrid documentation for expand and collapse

7 years agoMake Button component draggable (#9038)
Adam Wagner [Mon, 10 Apr 2017 13:28:22 +0000 (16:28 +0300)]
Make Button component draggable (#9038)

* Make Button component draggable (#9037)

* Add own state to button drag source

7 years agoUpdated embedded videos (#9043)
Alejandro [Mon, 10 Apr 2017 11:54:56 +0000 (14:54 +0300)]
Updated embedded videos (#9043)

* Updated to new videos for Vaadin 8

* Update tutorial.adoc

7 years agoRemove compile-time mockito dependency from client module
Aleksi Hietanen [Mon, 10 Apr 2017 10:42:03 +0000 (13:42 +0300)]
Remove compile-time mockito dependency from client module

7 years agoUpdate screenshot reference
Aleksi Hietanen [Mon, 10 Apr 2017 08:25:33 +0000 (11:25 +0300)]
Update screenshot reference

7 years agoUse release version of TestBench 8.1.0.alpha4
Artur [Fri, 7 Apr 2017 09:39:29 +0000 (12:39 +0300)]
Use release version of TestBench

7 years agoUpdate Chrome version in VerifyBrowserVersionTest
Aleksi Hietanen [Fri, 7 Apr 2017 07:32:13 +0000 (10:32 +0300)]
Update Chrome version in VerifyBrowserVersionTest

7 years agoSend view width as width and not height
Artur [Thu, 6 Apr 2017 10:32:45 +0000 (13:32 +0300)]
Send view width as width and not height

7 years agoAdd server-side expand and collapse to TreeGrid (#9021)
Aleksi Hietanen [Thu, 6 Apr 2017 10:09:31 +0000 (13:09 +0300)]
Add server-side expand and collapse to TreeGrid (#9021)

* Add server-side expand and collapse to TreeGrid

* Add javadocs

* Fix variable naming in TreeGridHugeTreeTest

* Fix review comments

* Merge remote-tracking branch 'github/master' into 8759-server-expand

* Clear pending expands when all data is dropped

* Add documentation

7 years agoSnapshot version update to 8.1 (#9023)
Ilia Motornyi [Wed, 5 Apr 2017 13:15:33 +0000 (15:15 +0200)]
Snapshot version update to 8.1 (#9023)

7 years agoTreeGrid keyboard navigation
Ilia Motornyi [Wed, 5 Apr 2017 12:14:03 +0000 (14:14 +0200)]
TreeGrid keyboard navigation

Fixes #8758

7 years agoFix bug column and row expand ratio are not persisted
Tien Nguyen [Tue, 4 Apr 2017 14:39:24 +0000 (17:39 +0300)]
Fix bug column and row expand ratio are not persisted

Fixes #9009

7 years agoAdd notification of pre-release renderers to grid documentation
Aleksi Hietanen [Tue, 4 Apr 2017 11:45:11 +0000 (14:45 +0300)]
Add notification of pre-release renderers to grid documentation

7 years agoCorrectly set style names for NativeSelect (#9006)
Artur [Tue, 4 Apr 2017 10:43:50 +0000 (13:43 +0300)]
Correctly set style names for NativeSelect (#9006)

Fixes #9005

7 years agoFix Editor not saving values by pressing Enter (#8946)
Stephen Wellington [Mon, 3 Apr 2017 08:18:21 +0000 (09:18 +0100)]
Fix Editor not saving values by pressing Enter (#8946)

Fixes #8945

7 years agoMake bindInstanceFields not bind fields already bound using functions (#8998)
Artur [Mon, 3 Apr 2017 06:57:48 +0000 (09:57 +0300)]
Make bindInstanceFields not bind fields already bound using functions (#8998)

Fixes #8858

7 years agoFixed @WidgetSet typo -> @Widgetset (#8996)
Jens Jansson [Mon, 3 Apr 2017 05:16:33 +0000 (08:16 +0300)]
Fixed @WidgetSet typo -> @Widgetset (#8996)

7 years agoMoved docs comment to own row (#8993)
Jens Jansson [Sat, 1 Apr 2017 11:46:18 +0000 (14:46 +0300)]
Moved docs comment to own row (#8993)

* Moved docs comment to own row

Anyone can read the TODO comment on https://vaadin.com/docs/-/part/framework/advanced/advanced-logging.html. The comment is directly on same row as normal text, which means that it will be printed out when asciidoc is transformed to html. I moved it now to a new row which will make the asciidoc parser treat is as a comment. Please make a proper fix for it.

7 years agoMake getValueProvider return ValueProvider (#8983)
Leif Åstrand [Fri, 31 Mar 2017 12:48:13 +0000 (15:48 +0300)]
Make getValueProvider return ValueProvider (#8983)

* Make getValueProvider return ValueProvider

The instance can only be a ValueProvider, but the getter previously
returned a less specific type. Making the getter return ValueProvider
makes it easier to reuse the provider in other contexts that require
ValueProvider, e.g. when adding filters to a ListDataProvider.

7 years agoFix method reference syntax in Grid documentation (#8978)
Samuel DALICHAMPT [Thu, 30 Mar 2017 13:47:24 +0000 (15:47 +0200)]
Fix method reference syntax in Grid documentation (#8978)

7 years agoFix column indexing when setting a renderer (#8976)
Teemu Suo-Anttila [Thu, 30 Mar 2017 10:36:09 +0000 (13:36 +0300)]
Fix column indexing when setting a renderer (#8976)

Fixes #8943

7 years agoFix screenshots for VaadinIconSetTest (#8974) 8.1.0.alpha3
Henri Sara [Thu, 30 Mar 2017 07:32:17 +0000 (10:32 +0300)]
Fix screenshots for VaadinIconSetTest (#8974)

7 years agoImplement LocalDateRenderer and LocalDateTimeRenderer (#8955)
Aleksi Hietanen [Thu, 30 Mar 2017 07:31:51 +0000 (10:31 +0300)]
Implement LocalDateRenderer and LocalDateTimeRenderer (#8955)

Closes #8377

7 years agoAdd Grid.setRowHeight() (#8935)
Henri Sara [Wed, 29 Mar 2017 08:18:07 +0000 (11:18 +0300)]
Add Grid.setRowHeight() (#8935)

Fixes #8667

7 years agoMake CustomField iterator() comply with contract
Artur Signell [Mon, 27 Mar 2017 18:51:03 +0000 (21:51 +0300)]
Make CustomField iterator() comply with contract

Fixes #8957

7 years agoFix ComboBox item select method in example (#8964)
hlxnd [Tue, 28 Mar 2017 13:27:12 +0000 (15:27 +0200)]
Fix ComboBox item select method in example (#8964)

7 years agoUpdate Vaadin Spring to 2.0.1 in BOM (#8963)
Pekka Hyvönen [Tue, 28 Mar 2017 12:58:56 +0000 (15:58 +0300)]
Update Vaadin Spring to 2.0.1 in BOM (#8963)

* Update Vaadin Spring to 2.0.1 in BOM

7 years agoFix NativeSelect inner component size (#8737)
Ilia Motornyi [Tue, 28 Mar 2017 11:29:37 +0000 (13:29 +0200)]
Fix NativeSelect inner component size (#8737)

Fixes #8702

7 years agoFix data not being sent again when adding DataGenerators (#8947)
Teemu Suo-Anttila [Tue, 28 Mar 2017 07:07:00 +0000 (10:07 +0300)]
Fix data not being sent again when adding DataGenerators (#8947)

* Fix data not being sent again when adding DataGenerators

* Fix header component detaching, revert early header cleanup

7 years agoMove select all visible to multi selection model interface (#8627)
Pekka Hyvönen [Mon, 27 Mar 2017 13:06:27 +0000 (16:06 +0300)]
Move select all visible to multi selection model interface (#8627)

7 years agoFix Binder documentation on ValidationException (#8949)
Pekka Hyvönen [Mon, 27 Mar 2017 13:04:35 +0000 (16:04 +0300)]
Fix Binder documentation on ValidationException (#8949)

7 years agoAdd `closable` style to Error Notifications (#8903)
Jouni Koivuviita [Mon, 27 Mar 2017 11:43:48 +0000 (14:43 +0300)]
Add `closable` style to Error Notifications (#8903)

Add an additional stylename `critical-error` that styles the
notification like the Error-type, but without the close button.

Fixes #8296

7 years agoAdded test for removing last row in cache
Pekka Hyvönen [Fri, 24 Mar 2017 15:03:21 +0000 (17:03 +0200)]
Added test for removing last row in cache

This is a test case for #8840 using TreeGrid.
Cannot be picked for 8.0.

7 years agoFix removing rows over the cached range in Grid
Pekka Hyvönen [Tue, 14 Mar 2017 14:14:57 +0000 (16:14 +0200)]
Fix removing rows over the cached range in Grid

Fixes #8840

7 years agoUse computed style for Escalator size calculations (#8861)
Artur [Mon, 27 Mar 2017 08:14:49 +0000 (11:14 +0300)]
Use computed style for Escalator size calculations (#8861)

* Use computed style for Escalator size calculations

The old method of using getBoundingClientRect does not work as expected
if a transform has been applied to the element or one of its parents.
For instance PopupView animates itself using a scale(0) -> scale(1)
animation. When scale(0) is active, getBoundingClientRect will return 0
for all sizes while computed style ignores the transform and returns the
expected value.

Fixes #8793

7 years agoFix infinite loop in data communication (#8927)
Aleksi Hietanen [Mon, 27 Mar 2017 08:10:37 +0000 (11:10 +0300)]
Fix infinite loop in data communication (#8927)

* Fix infinite loop in data communication

* Switch to less aggressive reset when data communication is out of sync

* Remove triggering of reset if reset is already being performed

* Avoid redundant collection of streams in DataCommunicator

7 years agoUse textContent instead of innerText in TextRenderer (#8936)
Henri Sara [Mon, 27 Mar 2017 07:41:38 +0000 (10:41 +0300)]
Use textContent instead of innerText in TextRenderer (#8936)

* Use textContent instead of innerText in TextRenderer

This improves standards compliance and reduces unnecessary layouting.

Optimization suggested by Oskar Hýbl, Cleverbee solutions

7 years agoFix TreeGridBasicFeaturesTest for IE11 (#8933)
Ilia Motornyi [Fri, 24 Mar 2017 12:14:00 +0000 (14:14 +0200)]
Fix TreeGridBasicFeaturesTest for IE11 (#8933)

7 years agoImprove caching when expanding nodes in hierarchical data (#8902)
Teemu Suo-Anttila [Fri, 24 Mar 2017 11:04:09 +0000 (13:04 +0200)]
Improve caching when expanding nodes in hierarchical data (#8902)

Fixes #8790

7 years agoClean DropEvent and DragEndEvent properties (#8925)
Adam Wagner [Fri, 24 Mar 2017 09:28:58 +0000 (11:28 +0200)]
Clean DropEvent and DragEndEvent properties (#8925)

* Add dropEffect parameter to DragEndEvent (#8895)

* Remove drop effect from drop event (#8895)

* Make sure that drop effect is not null

7 years agoMake CloseSessionTest more stable with waitUntil (#8928)
Teemu Suo-Anttila [Fri, 24 Mar 2017 09:16:39 +0000 (11:16 +0200)]
Make CloseSessionTest more stable with waitUntil (#8928)

7 years agoAdd possibility to configure the content mode of TabSheet tabs (#8920)
Aleksi Hietanen [Fri, 24 Mar 2017 08:34:05 +0000 (10:34 +0200)]
Add possibility to configure the content mode of TabSheet tabs (#8920)

Fixes #8590

7 years agoAdd API support for setting server side drag data (#8915)
Adam Wagner [Fri, 24 Mar 2017 08:32:48 +0000 (10:32 +0200)]
Add API support for setting server side drag data (#8915)

* Add API support for setting server side drag data

* Fix javadocs

* Add server side drag data API to ASCII doc

* Fix some javadocs and documentation details

7 years agoFix default header content changes on init (#8921)
Teemu Suo-Anttila [Fri, 24 Mar 2017 07:22:10 +0000 (09:22 +0200)]
Fix default header content changes on init (#8921)

This patch also enables an old test that was pending #8128

Fixes vaadin/framework8-issues#556

7 years agoAdd feature to disable collapsing items in TreeGrid (#8879)
Teemu Suo-Anttila [Thu, 23 Mar 2017 13:28:37 +0000 (15:28 +0200)]
Add feature to disable collapsing items in TreeGrid (#8879)

Fixes #8846

7 years agoFix FlashExpansionTest (#8919)
Henri Sara [Thu, 23 Mar 2017 11:13:33 +0000 (13:13 +0200)]
Fix FlashExpansionTest (#8919)

7 years agoUpdate since tags for 8.1.0.alpha2 (#8917) 8.1.0.alpha2
Henri Sara [Thu, 23 Mar 2017 09:44:57 +0000 (11:44 +0200)]
Update since tags for 8.1.0.alpha2 (#8917)

* Update since tags for 8.1.0.alpha2

7 years agoAdd tip for GUI components with Vaadin 8 (#8899)
Masashi Nakane [Thu, 23 Mar 2017 08:41:34 +0000 (01:41 -0700)]
Add tip for GUI components with Vaadin 8 (#8899)

* Use difference GUI component for Vaadin 8

With Vaadin Framework 8, Tutorial learner should use different setting and component for form development

* Better explanation

7 years agoImproved Binder#hasChanges JavaDoc (#8912)
Matti Tahvonen [Wed, 22 Mar 2017 16:58:15 +0000 (18:58 +0200)]
Improved Binder#hasChanges JavaDoc (#8912)

JavaDoc now more explicitly states that hasChanges is not designed to work with setBean.

7 years agoRemove support for transfer data type (#8910)
Adam Wagner [Wed, 22 Mar 2017 14:41:35 +0000 (16:41 +0200)]
Remove support for transfer data type (#8910)

* Remove API for setting arbitrary drag data
* Store the drag source component in the UI

Fixes #8893

7 years agoSet column captions when reading grid from a design file (#8770)
Artur [Wed, 22 Mar 2017 14:12:31 +0000 (16:12 +0200)]
Set column captions when reading grid from a design file (#8770)

Fixes #8752

7 years agoFix Flash expanding with percentage sizing (#8898)
Olli Tietäväinen [Wed, 22 Mar 2017 08:41:37 +0000 (10:41 +0200)]
Fix Flash expanding with percentage sizing (#8898)

Allows Flash embed to expand if percentage dimensions given

Fixes #4035

7 years agoCheck Trident version to detect compatibility mode (#8884)
Dos Moonen [Wed, 22 Mar 2017 06:46:00 +0000 (07:46 +0100)]
Check Trident version to detect compatibility mode (#8884)

IE11 in compatibility mode is actually not too old. It's just not recognized as IE11 if you leave the Trident version out of the equation. Checking the Trident version and using it to determine the actual IE version instead of trusting the possibly emulated MSIE version string.

7 years agoOptimize grid by avoiding redundant row refreshes (#8874)
Henri Sara [Wed, 22 Mar 2017 06:37:57 +0000 (08:37 +0200)]
Optimize grid by avoiding redundant row refreshes (#8874)

* Optimize grid by avoiding redundant row refreshes

* Delay more calls to refreshBody()

7 years agoDeprecate old DnD functionality (#8864)
Pekka Hyvönen [Wed, 22 Mar 2017 06:32:34 +0000 (08:32 +0200)]
Deprecate old DnD functionality (#8864)

Closes #8795

7 years agoAdd collapse and expand events to TreeGrid (#8889)
Aleksi Hietanen [Tue, 21 Mar 2017 13:53:59 +0000 (15:53 +0200)]
Add collapse and expand events to TreeGrid (#8889)

Closes #8760

7 years agoMeasure TreeGrid performance (#8896)
Aleksi Hietanen [Tue, 21 Mar 2017 13:52:16 +0000 (15:52 +0200)]
Measure TreeGrid performance (#8896)

* Update MemoryIT to report median render and request time
* Add TreeGrid and TreeTable performance test UIs

Addresses the collapsed cases for #8849, #8850

7 years agoAdd missing since tags for 8.1.0.alpha1 (#8888)
Henri Sara [Tue, 21 Mar 2017 12:50:24 +0000 (14:50 +0200)]
Add missing since tags for 8.1.0.alpha1 (#8888)

* Add missing since tags for 8.1.0.alpha1

* Update @since for DataCommunicatorClientRpc

* Update @since for DataCommunicator

7 years agoAdd more 8.0.3 since tags
Henri Sara [Tue, 21 Mar 2017 07:55:59 +0000 (09:55 +0200)]
Add more 8.0.3 since tags

7 years agoAdd @since 8.0.3 tags
elmot [Thu, 16 Mar 2017 11:33:46 +0000 (13:33 +0200)]
Add @since 8.0.3 tags

7 years agoChange fromCollection -> ofCollection
Jonni Nakari [Mon, 20 Mar 2017 15:54:50 +0000 (16:54 +0100)]
Change fromCollection -> ofCollection

7 years agoSupport data-location attribute in CustomLayout (#8866)
Henri Sara [Mon, 20 Mar 2017 15:10:32 +0000 (17:10 +0200)]
Support data-location attribute in CustomLayout (#8866)

Fixes #8416

7 years agoInitial Documentation for TreeGrid and Hierarchical Data (#8880)
Pekka Hyvönen [Mon, 20 Mar 2017 15:05:29 +0000 (17:05 +0200)]
Initial Documentation for TreeGrid and Hierarchical Data (#8880)

* Initial Documentation for TreeGrid and Hierarchical Data

Fixes #8615, part of #8616

7 years agoInitial documentation for 8.1 Drag and Drop (#8867)
Pekka Hyvönen [Mon, 20 Mar 2017 14:04:56 +0000 (16:04 +0200)]
Initial documentation for 8.1 Drag and Drop (#8867)

* Initial documentation for 8.1 Drag and Drop

Part of #8395

7 years ago Fix some javadoc errors (#8873)
Ahmed Ashour [Mon, 20 Mar 2017 12:41:26 +0000 (13:41 +0100)]
 Fix some javadoc errors (#8873)

7 years agoFix readme (#8857) 8.1.0.alpha1
Johannes Häyry [Fri, 17 Mar 2017 07:53:10 +0000 (09:53 +0200)]
Fix readme (#8857)

Fixed badly formatted testUI url and header level

7 years agoUpdate release notes for 8.1.0.alpha1 (#8863)
Pekka Hyvönen [Fri, 17 Mar 2017 07:38:09 +0000 (09:38 +0200)]
Update release notes for 8.1.0.alpha1 (#8863)

7 years agoAdd tests for non-compatibility Grid
Teemu Suo-Anttila [Thu, 16 Mar 2017 09:42:14 +0000 (11:42 +0200)]
Add tests for non-compatibility Grid

7 years agoAlways calculate Escalator max row count the same way (#8740)
Artur [Tue, 7 Mar 2017 10:44:01 +0000 (12:44 +0200)]
Always calculate Escalator max row count the same way (#8740)

* Rename getMaxEscalatorRowCapacity to describe what it does

* Always calculate Escalator max row count the same way

This changes Escalator to not take a horizontal scrollbar
into account when trying to determine "maximum visible rows". This will
add another row, compared to previous versions, when there is a horizontal
scrollbar. In reality, it would likely make sense to always add 10 more rows
to have some buffer above and below the visible area.

Fixes #8661

7 years agoHandle unknown connectors consistently and quietly as described in #8111 (#8741)
Artur [Tue, 7 Mar 2017 07:46:33 +0000 (09:46 +0200)]
Handle unknown connectors consistently and quietly as described in #8111 (#8741)

Fixes #8629

7 years agoApplicationRunnerServlet to correctly get last modified application (#8852)
Ahmed Ashour [Thu, 16 Mar 2017 09:38:47 +0000 (10:38 +0100)]
ApplicationRunnerServlet to correctly get last modified application (#8852)

Also, change README.txt to the correct test port 8888

7 years agoCorrectly write margin info for FormLayout into design files (#8804)
Artur [Thu, 16 Mar 2017 09:25:35 +0000 (11:25 +0200)]
Correctly write margin info for FormLayout into design files (#8804)

Fixes #8800

7 years agoRemove unnecessary width calculation on Grid initial render (#8848)
Henri Sara [Thu, 16 Mar 2017 08:23:02 +0000 (10:23 +0200)]
Remove unnecessary width calculation on Grid initial render (#8848)

Do not calculate column widths unnecessarily, especially for columns
with fixed width.

Fixes #8678

7 years agoHierarchical data (#8842)
Aleksi Hietanen [Thu, 16 Mar 2017 06:53:38 +0000 (08:53 +0200)]
Hierarchical data (#8842)

* Initial HierarchicalDataProvider for TreeGrid
* Initial in-memory hierarchical data implementation
* TreeGrid declarative support

Fixes #8611, Fixes #8620

7 years agoReplacement guide javadocs for deprecated classes
Ilia Motornyi [Wed, 15 Mar 2017 19:08:47 +0000 (21:08 +0200)]
Replacement guide javadocs for deprecated classes

Fixes #8682

7 years agoReplacement guide javadocs for deprecated classes, part two (#8719)
Ilia Motornyi [Wed, 15 Mar 2017 12:10:46 +0000 (14:10 +0200)]
Replacement guide javadocs for deprecated classes, part two (#8719)

Partial fix for #8682

7 years agoAllow changing renderers after column creation (#8841)
Teemu Suo-Anttila [Wed, 15 Mar 2017 12:00:50 +0000 (14:00 +0200)]
Allow changing renderers after column creation (#8841)

Closes #8250

7 years agoUpdate custom fonts page.
Rolf Smeds [Wed, 15 Mar 2017 11:27:55 +0000 (13:27 +0200)]
Update custom fonts page.

7 years agocomponents-grid to use correct function setHidable (#8843)
Michael Benz [Tue, 14 Mar 2017 14:19:35 +0000 (15:19 +0100)]
components-grid to use correct function setHidable (#8843)

* components-grid to use correct function setHidable

The correct function to use in Vaadin 8 (also before) is setHidable()
https://vaadin.com/api/8.0.0/com/vaadin/ui/Grid.Column.html#setHidable-boolean-
For 7.7.7:
https://vaadin.com/api/7.7.7/com/vaadin/ui/Grid.Column.html#setHidable-boolean-

7 years agoFix removing rows from the middle of Escalator (#8826)
Pekka Hyvönen [Tue, 14 Mar 2017 13:06:07 +0000 (15:06 +0200)]
Fix removing rows from the middle of Escalator (#8826)

* Fix removing rows from the middle of Escalator

Fixes #8825

7 years agoCorrect license location
Ahmed Ashour [Tue, 14 Mar 2017 13:04:30 +0000 (14:04 +0100)]
Correct license location

7 years agoMake test for EditorSaveEvent.bean field
Ilia Motornyi [Tue, 14 Mar 2017 12:33:02 +0000 (14:33 +0200)]
Make test for EditorSaveEvent.bean field

* Fixes #8810, #8658

7 years agoBuild report changes for Vaadin Framework 8.1 (#8823)
Henri Sara [Tue, 14 Mar 2017 08:26:10 +0000 (10:26 +0200)]
Build report changes for Vaadin Framework 8.1 (#8823)

* Use only one staging repository
* Move "Close milestone" to a later step

Note that these changes only apply to 8.1+.

* Add BOM as expected artifact

7 years agoRead/write Grid item type to declarative and create columns correctly (#8769)
Artur [Mon, 13 Mar 2017 14:33:45 +0000 (16:33 +0200)]
Read/write Grid item type to declarative and create columns correctly (#8769)

Fixes #8467

7 years agoCorrectly adjust upload button borders inside a component group (#8817)
Artur [Mon, 13 Mar 2017 13:47:15 +0000 (15:47 +0200)]
Correctly adjust upload button borders inside a component group (#8817)

* Correctly adjust upload button borders inside a component group

7 years agoFix broken link (#8812)
Ilia Motornyi [Mon, 13 Mar 2017 10:00:26 +0000 (12:00 +0200)]
Fix broken link (#8812)

* Fix broken link

7 years agoFix detach of grid when it contains frozen columns (#8803)
Artur [Mon, 13 Mar 2017 06:29:26 +0000 (08:29 +0200)]
Fix detach of grid when it contains frozen columns (#8803)

* Fix detach of grid when it contains frozen columns

Fixes #8748

7 years agoMigrate Escalator tests for 8 (#8811)
Pekka Hyvönen [Mon, 13 Mar 2017 06:29:09 +0000 (08:29 +0200)]
Migrate Escalator tests for 8 (#8811)

* Migrate Escalator tests for 8

Tests require reindeer / base for escalator to render correctly.

7 years agoUpdate frozen column count when a frozen column is removed (#8788)
Artur [Fri, 10 Mar 2017 15:08:44 +0000 (17:08 +0200)]
Update frozen column count when a frozen column is removed (#8788)

* Update frozen column count when a frozen column is removed