Skip to content

Commit

Permalink
Updated JavaDoc of getColumn(..) method (#11179)
Browse files Browse the repository at this point in the history
* Updated JavaDoc of getColumn(..) method

Fixes #9920
  • Loading branch information
TatuLund authored and ZheSun88 committed Oct 2, 2018
1 parent aa269d2 commit 3a68748
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/main/java/com/vaadin/ui/Grid.java
Expand Up @@ -3010,6 +3010,9 @@ public boolean isDetailsVisible(T item) {
/**
* Gets a {@link Column} of this grid by its identifying string.
*
* When you use the Grid constructor with bean class, the columns are
* initialised with columnId being the property name.
*
* @see Column#setId(String)
*
* @param columnId
Expand Down

0 comments on commit 3a68748

Please sign in to comment.