]> source.dussan.org Git - vaadin-framework.git/commit
Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)
authorArtur Signell <artur@vaadin.com>
Mon, 25 Jan 2016 13:02:32 +0000 (15:02 +0200)
committerelmot <elmot@vaadin.com>
Tue, 26 Jan 2016 15:02:08 +0000 (17:02 +0200)
commit97e26492a9d2fdadb528a689a688c473f6f0973b
treed86291b005f93390baf69d458422d29c3fca3c9c
parentae9f82f939922c041e348fd7b1bb7053334c6208
Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)

Adds a missing throw to sort method and fixes
getSortableContainerPropertyIds to return an empty collection if not
sortable.

Change-Id: I82aaedd3c23ce4c28bf3e1151e35a8b1ade930d5
server/src/com/vaadin/data/util/GeneratedPropertyContainer.java