Browse Source

Add note to setRenderer() JavaDoc about presentation provider (#11751)

Addresses https://github.com/vaadin/framework/issues/10277
tags/8.10.0.alpha1
Tatu Lund 4 years ago
parent
commit
333f4458e5
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

@@ -2095,6 +2095,9 @@ public class Grid<T> extends AbstractListing<T> implements HasComponents,
* all currently available row data to be recreated and sent to the
* client.
*
* Note: Setting a new renderer will reset presentation provider if
* it exists.
*
* @param renderer
* the new renderer
* @return this column

Loading…
Cancel
Save