]> source.dussan.org Git - vaadin-framework.git/commit
Add getter for presentationProvider in Grid.Column (#10323) (#12060)
authorjdewaen <jdewaen@users.noreply.github.com>
Fri, 18 Dec 2020 20:40:13 +0000 (21:40 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 20:40:13 +0000 (22:40 +0200)
commita250bde2bf0ae47368e3c8d0f339567254b40262
tree5b24d74c1d6791d73409093498c6d2395f59d7c3
parentc8e04dc5b30f8967c58df928872ca2e5e2be5c5b
Add getter for presentationProvider in Grid.Column (#10323) (#12060)

Without access to the presentation provider used for a column, it is often not possible to reconstruct the data as shown on the end-user's screen

This commit adds a getter method to Grid.Column to allow access to this provider
server/src/main/java/com/vaadin/ui/Grid.java