]> 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)
committerPekka Hyvönen <pekka@vaadin.com>
Tue, 14 Mar 2017 14:19:35 +0000 (16:19 +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 7fd6332dd6ca15d888cfd9e4c30ee5540866bdd9..ed66c45d2f425a7e83dfa0fe219d9f947f8e6661 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,