Переглянути джерело

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 роки тому
джерело
коміт
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
*

Завантаження…
Відмінити
Зберегти