aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/Container.java
Commit message (Collapse)AuthorAgeFilesLines
* Set @since values for Grid classesLeif Åstrand2014-12-181-0/+4
| | | | Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
* 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-0/+54
| | | | | | | | | | | | | | 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-54/+0
| | | | | | | | | | | | | | | | | | 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
* | Merge changes from origin/7.1Build Agent2014-02-131-43/+42
|\| | | | | | | | | | | | | | | | | | | | | | | | | 98aff2b Fix caption lost issue related to focus changing (#12967) af96612 Test using Tomcat 7 behind Apache proxy (#13302) ad49fe3 Test using Wildfly 8 (currently CR1) (#13167) 6d8b9e5 Servlet test for push with default parameters (#13299) d88e409 Added proper escaping to OptionGroup item icon URLs (#13310) e680b8f Changed getAbsoluteUrl to use the correct escaping method (#13311) fe6ea57 Release notes updated to describe #13310 #13311 ef208a6 Javadoc formatting fixup Change-Id: I9cedc16c69b25cc89dd4e4a6812d29019e6e0e0a
| * Javadoc formatting fixupLeif Åstrand2014-02-131-43/+42
| | | | | | | | Change-Id: If0ddad3f71c5f2cea2c4ed3514ffd392b1489f21
* | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2013-10-161-0/+54
|/ | | | | | | 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-2/+5
| | | | Change-Id: Ie0b05e55c1d8fc8d10d073c508b112da740c3333
* Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-221-0/+6
| | | | Change-Id: I223dbc7a8419a5c4b58321b708e8bd7c8bb8134b
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Unified deprecation messagesArtur Signell2012-11-221-4/+4
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-1/+1
| | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259
* Return short list instead of exception if less items available (#8028)Henri Sara2012-09-071-13/+7
| | | | 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-4/+50
| | | | | | | | | 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.
* listener refak com.vaadin.dataPetri Heinonen2012-08-301-0/+32
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+1105