浏览代码

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
*

正在加载...
取消
保存