Преглед на файлове

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-
tags/8.1.0.alpha1
Michael Benz преди 7 години
родител
ревизия
7a8396055b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      documentation/components/components-grid.asciidoc

+ 2
- 2
documentation/components/components-grid.asciidoc Целия файл

@@ -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,

Loading…
Отказ
Запис