summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data/util/sqlcontainer
Commit message (Collapse)AuthorAgeFilesLines
* getPrevItemId should return null if id not found (#10124)Artur Signell2012-11-281-1/+6
| | | | Change-Id: I9c0a07610e942bf8fac5832341a4fb31bfd6342a
* Unified deprecation messagesArtur Signell2012-11-226-17/+18
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-232-2/+2
| | | | 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-052-0/+4
|
* Fix SQLContainer indexed access and related tests (#9472)Henri Sara2012-09-041-3/+11
|
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-1/+1
|
* Add Container.Indexed.getItemIds(int, int) for a range of items (#8028)Henri Sara2012-08-311-2/+12
| | | | | | | | | 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 listeners com.vaadin.data.util.sqlcontainer.queryPetri Heinonen2012-08-302-2/+36
|
* refak listeners com.vaadin.data.util.sqlcontainerPetri Heinonen2012-08-301-4/+42
|
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-08-271-3/+1
| | | | | Conflicts: server/src/com/vaadin/ui/Select.java
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-2/+4
|
* Merged 6.8 branchJohn Ahlroos2012-08-203-19/+146
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-1636-36/+468
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-1336-0/+5652