Browse Source

Updated JavaDoc of getColumn(..) method (#11179)

* Updated JavaDoc of getColumn(..) method

Fixes https://github.com/vaadin/framework/issues/9920
tags/8.7.0.alpha1
Tatu Lund 5 years ago
parent
commit
65b1312b1b
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      server/src/main/java/com/vaadin/ui/Grid.java

+ 3
- 0
server/src/main/java/com/vaadin/ui/Grid.java View File

@@ -3010,6 +3010,9 @@ public class Grid<T> extends AbstractListing<T> implements HasComponents,
/**
* 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

Loading…
Cancel
Save