aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util/AbstractInMemoryContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-1165/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Set @since values for Grid classesLeif Åstrand2014-12-181-13/+17
| | | | Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
* Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-181-3/+7
|\ | | | | | | Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
| * Missing @since for 7.4Leif Åstrand2014-12-181-2/+6
| | | | | | | | Change-Id: I8fdf0c264febf2ab9ae0f230f6bb357ef57be9ec
* | Merge branch 'master' into gridTeemu Suo-Anttila2014-05-201-1/+1
|\| | | | | | | | | | | | | Conflicts: WebContent/release-notes.html Change-Id: Icccb2e30199f99a7b0b00f05b1a12d5f7297402f
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2014-04-251-11/+140
| | | | | | | | | | | | | | The events inherits the ItemSetChangedEvent and they contain more information about the added/removed items. These events are fired from AbstractInMemoryContainer. Change-Id: I0a7ddfd38fd01fa385479efc953ab444d1ecdf4c
* | Revert "Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)"Jonatan Kronqvist2014-04-111-138/+11
| | | | | | | | | | | | | | | | | | This reverts commit 85251833de3bd101d388b20fdb9b02c532a9f1c9. Conflicts: server/src/com/vaadin/data/util/AbstractInMemoryContainer.java server/tests/src/com/vaadin/data/util/TestIndexedContainer.java Change-Id: I49dfdc58ae5841892c6d8e205c520437da9a05e5
* | Format project files according to conventionsArtur Signell2014-03-191-12/+10
| | | | | | | | Change-Id: I2522698237eb2a21c0896605bed8e73a82795c97
* | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2013-10-161-11/+140
|/ | | | | | | The events inherits the ItemSetChangedEvent and they contain more information about the added/removed items. These events are fired from AbstractInMemoryContainer. Change-Id: I0a7ddfd38fd01fa385479efc953ab444d1ecdf4c
* Replaced Filterable.hasContainerFilters with getContainerFilters (#11234)Artur Signell2013-04-241-3/+13
| | | | Change-Id: Ie0b05e55c1d8fc8d10d073c508b112da740c3333
* Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-221-0/+9
| | | | Change-Id: I223dbc7a8419a5c4b58321b708e8bd7c8bb8134b
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Unified deprecation messagesArtur Signell2012-11-221-2/+2
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Return short list instead of exception if less items available (#8028)Henri Sara2012-09-071-6/+1
| | | | Container.Indexed.getItemIds(int, int) does not throw an exception if too few items are available in the container.
* Add Container.Indexed.getItemIds(int, int) for a range of items (#8028)Henri Sara2012-08-311-0/+40
| | | | | | | | | This permits optimization of data fetches from various containers where getting single items by index in a loop might be costly. Also add a helper method in ContainerHelpers to make it easier to implement the new method where performance of fetching an id by index is not an issue. SQLContainer still uses this helper instead of an optimized implementation.
* Refak addListener package com.vaadin.data.utilPetri Heinonen2012-08-301-3/+24
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+941