diff options
author | Leif Åstrand <legioth@gmail.com> | 2017-01-13 10:08:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-13 10:08:01 +0200 |
commit | 0c471fbab5149b2bf7851631706cef2fda29a1d9 (patch) | |
tree | 7468dd851162b61d3dfdffea87b147350f10965e /testbench-api/src | |
parent | 253a61c1957941759deff87518989a71c30fc301 (diff) | |
download | vaadin-framework-0c471fbab5149b2bf7851631706cef2fda29a1d9.tar.gz vaadin-framework-0c471fbab5149b2bf7851631706cef2fda29a1d9.zip |
Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)
* Replace Listing with HasDataProvider and HasFilterableDataProvider
The type parameters of the Listing interface does in practice mean that
it isn't useful for anything. This patch replaces that interface with
separate types for components that require filterable data providers and
components that support any kind of data provider.
The setItem methods are extracted to a common interface that is also
directly implemented by AbstractListing.
Diffstat (limited to 'testbench-api/src')
0 files changed, 0 insertions, 0 deletions