Przeglądaj źródła

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 lat temu
rodzic
commit
333f4458e5
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      server/src/main/java/com/vaadin/ui/Grid.java

+ 3
- 0
server/src/main/java/com/vaadin/ui/Grid.java Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz