Просмотр исходного кода

Added note in JavaDoc of removeColumn (#11725)

* Added note in JavaDoc of removeColumn

https://github.com/vaadin/framework/issues/11722

* Merge branch 'master' into fix11722

* Merge branch 'master' into fix11722
tags/8.10.0.alpha1
Tatu Lund 4 лет назад
Родитель
Сommit
9381cf2701
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      server/src/main/java/com/vaadin/ui/Grid.java

+ 3
- 0
server/src/main/java/com/vaadin/ui/Grid.java Просмотреть файл

@@ -3040,6 +3040,9 @@ public class Grid<T> extends AbstractListing<T> implements HasComponents,
/**
* Removes the given column from this {@link Grid}.
*
* Note: If you have Editor with binding in this Grid to this property, you need to remove that
* using removeBinding method provided by Binder.
*
* @param column
* the column to remove
*

Загрузка…
Отмена
Сохранить