summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util/AbstractInMemoryContainer.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-941/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+22
* Changed AbstractInMemoryContainer.getItemIds() to return List (#8829)Artur Signell2012-06-251-2/+2
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* Merged changes from 6.6Henri Sara2011-09-011-1/+1
|\
| * #7517 IndexedContainer.addItem() performance improvement, related performance...Henri Sara2011-09-011-1/+1
* | Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-241-0/+3
|/
* #6527 Minor protected API improvement in AbstractInMemoryContainerHenri Sara2011-04-271-8/+21
* #6527 Minor cleanup in AbstractInMemoryContainerHenri Sara2011-04-261-20/+38
* #6286 Container filtering improvements: javadoc improvements and corrections ...Henri Sara2011-03-231-5/+7
* #6286 Container filtering improvements: Filterable does not inherit SimpleFil...Henri Sara2011-03-211-7/+16
* #6286 Container filtering improvements: also pass item id to passesFilter()Henri Sara2011-03-151-1/+1
* #6286 Container filtering improvements: initial version of new filtering API ...Henri Sara2011-03-101-48/+45
* #6527 Container refactoring: renamed the protected internal sort() method to ...Henri Sara2011-03-081-4/+14
* #6527 Container refactoring: default implementations (throw new UnsupportedOp...Henri Sara2011-03-081-0/+72
* #6527 Container refactoring: default implementation of getItem() based on get...Henri Sara2011-03-081-1/+8
* #6527 Container refactoring: improved bug fix when no item passes filterHenri Sara2011-03-081-1/+2
* #6527 Container refactoring: fix bug when no item passes filterHenri Sara2011-03-081-1/+3
* #6527 Container refactoring: initial in-memory ItemFilter interface to isolat...Henri Sara2011-03-041-16/+50
* #6527 Container refactoring: minor javadoc fixHenri Sara2011-03-041-2/+2
* #6527 Container refactoring: partly encapsulate AbstractInMemoryContainer.all...Henri Sara2011-03-041-19/+41
* #6527 Container refactoring: moved most of Sortable implementation to Abstrac...Henri Sara2011-03-041-0/+91
* #6527 Container refactoring: move most of in-memory container filtering code ...Henri Sara2011-03-031-19/+208
* #6527 Containers: refactoring of adding items to in-memory containers and rel...Henri Sara2011-03-031-0/+180
* #6527 Container refactoring: move internalIndexOf() to AbstractInMemoryContainerHenri Sara2011-03-021-0/+13
* #6527 Container refactoring: move common parts of item removal to AbstractInM...Henri Sara2011-03-011-0/+40
* #6527 Container refactoring: minor containsId() cleanup/optimizationHenri Sara2011-03-011-1/+5
* #6527 Container refactoring: first version of AbstractInMemoryContainer with ...Henri Sara2011-03-011-0/+212