summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util/IndexedContainer.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-1218/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Add Grid.addRow (#13334)Leif Åstrand2014-12-091-12/+15
| | | Change-Id: I2c317b920d29ca8a74658ef3b980c6bc2a7622ac
* 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-3/+4
| | | | | | | | | | | | | | 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-4/+3
| | | | | | | | | | | | | | | | | | 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
* | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2013-10-161-3/+4
|/ | | | | | | 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-0/+14
| | | | Change-Id: Ie0b05e55c1d8fc8d10d073c508b112da740c3333
* Re-added Property.toString warning messages (#10916)Artur Signell2013-04-241-18/+20
| | | | | | * Made it possible to toggle the toString() behavior using the "legacyPropertyToString" init parameter. The default value is "warning" which enables the legacy Property.toString implementation and logs a warning message when it is used. Other supported values are "true" which enables the legacy mode and "false" which disables it. Change-Id: Ife19352b86590464c8e441b7f82f4fec3b1f3235
* Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-221-0/+5
| | | | Change-Id: I223dbc7a8419a5c4b58321b708e8bd7c8bb8134b
* (#10563) Logging now uses parameters.Mikael Grankvist2013-02-281-5/+6
| | | | Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
* Do not throw NPE when asking for a null propertyId (#10445)Artur Signell2013-01-301-1/+2
| | | | Change-Id: If788d84c66d640368989e443394505600ad12439
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Return null as non-existing property for IndexedContainer (#10445)Henri Sara2012-11-301-1/+3
| | | | Change-Id: I9829173dda84d5f496114b7d08204648bf86fc77
* Unified deprecation messagesArtur Signell2012-11-221-10/+10
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-7/+7
| | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259
* Avoid throwing exceptions from toString, log message instead (#9804)Artur Signell2012-10-011-2/+16
| | | | Change-Id: Ia2f8504a0fe75ab3a7c4746d533e5fd012e2a69c
* Reformat projectLeif Åstrand2012-09-051-0/+4
|
* Refak addListener package com.vaadin.data.utilPetri Heinonen2012-08-301-6/+65
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Removed more @version included in some files but not in all (#9299)Artur Signell2012-08-161-6/+0
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-3/+0
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+1109