]> source.dussan.org Git - vaadin-framework.git/commitdiff
components-grid to use correct function setHidable (#8843)
authorMichael Benz <michael.benz@foconis.de>
Tue, 14 Mar 2017 14:19:35 +0000 (15:19 +0100)
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>
Thu, 16 Mar 2017 14:21:24 +0000 (16:21 +0200)
* 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-

documentation/components/components-grid.asciidoc

index 957a9a7fb4d64f8f591fdbdcdb53ec48afe8c58a..e35f2b0aac3990bb77422b3f44bb225c9ca665bc 100644 (file)
@@ -310,8 +310,8 @@ the [methodname]#removeColumn()#, as described later.
 === Hiding and Removing Columns
 
 Columns can be hidden by calling [methodname]#setHidden()# in [classname]#Column#.
-Furthermore, you can set the columns user hideable using method
-[methodname]#setHideable()#.
+Furthermore, you can set the columns user hidable using method
+[methodname]#setHidable()#.
 
 Columns can be removed with [methodname]#removeColumn()# and
 [methodname]#removeAllColumns()#. To restore a previously removed column,