Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 1 week ago
replacement for ItemSetChangeListener in Grid
In table, there was the possibility to set an ItemSetChangeListener.
Is there some replacement for this in Grid?
Last updated on
I think it is not necessary, since you can set ItemSetChangeListener in the underlying container instead.
Last updated on
Yes, Table implements all sorts of Container interfaces and just delegates to the underlying Container. Grid does not do the same in order to keep the API more compact, so you should access the container directly when needed.
Last updated on
You cannot reply to this thread.