]> source.dussan.org Git - vaadin-framework.git/commit
Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)
authorJarno Rantala <jarno.rantala@vaadin.com>
Thu, 10 Oct 2013 10:08:09 +0000 (13:08 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 16 Oct 2013 08:56:25 +0000 (08:56 +0000)
commit85251833de3bd101d388b20fdb9b02c532a9f1c9
treee9c42c599deedc95142818b25147e8585d7f8cbf
parent30e7e7f8463caadb55383bd45e5a8e274cb74029
Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)

The events inherits the ItemSetChangedEvent and they contain more information about the added/removed items. These events are fired
from AbstractInMemoryContainer.

Change-Id: I0a7ddfd38fd01fa385479efc953ab444d1ecdf4c
server/src/com/vaadin/data/Container.java
server/src/com/vaadin/data/util/AbstractBeanContainer.java
server/src/com/vaadin/data/util/AbstractInMemoryContainer.java
server/src/com/vaadin/data/util/IndexedContainer.java
server/tests/src/com/vaadin/data/util/BeanItemContainerTest.java
server/tests/src/com/vaadin/data/util/TestIndexedContainer.java