aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util/IndexedContainer.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-1109/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+24
* Improved error messageLeif Åstrand2012-05-111-3/+4
* Removed getStringValue based on API review meetingArtur Signell2011-12-221-17/+2
* #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-211-19/+3
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-7/+7
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-6/+6
* | Convert nested data model event classes to static where possible.Henri Sara2011-11-111-3/+3
* | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-111-2/+2
* | Eliminate some generics related warnings in core (non-API).Henri Sara2011-11-111-2/+2
* | Eliminate more cases that used Property.toString().Henri Sara2011-11-081-4/+3
* | Throw exception from Property.toString() implementations.Henri Sara2011-11-071-1/+2
* | Partly eliminate the use of Property.toString().Henri Sara2011-11-071-0/+15
|/
* #7517 regression fix: avoid unnecessary notificationHenri Sara2011-09-021-1/+1
* #7517 IndexedContainer.addItem() performance improvement, related performance...Henri Sara2011-09-011-3/+15
* #7384 IndexedContainerProperty.setValue(Object) eats java.lang.ExceptionArtur Signell2011-08-111-1/+1
* #6527 Minor protected API improvement in AbstractInMemoryContainerHenri Sara2011-04-271-2/+2
* #6572 added commentsHenri Sara2011-04-261-0/+4
* #1410 getListeners method for all classes that have addListener/removeListenerArtur Signell2011-04-191-0/+13
* #6286 Container filtering improvements: Filterable does not inherit SimpleFil...Henri Sara2011-03-211-1/+2
* #6286 Container filtering improvements: initial version of new filtering API ...Henri Sara2011-03-101-3/+19
* #6527 Container refactoring: renamed the protected internal sort() method to ...Henri Sara2011-03-081-2/+11
* #6527 Container refactoring: default implementation of getItem() based on get...Henri Sara2011-03-081-14/+0
* #6527 Container refactoring: initial in-memory ItemFilter interface to isolat...Henri Sara2011-03-041-1/+1
* #6527 Container refactoring: partly encapsulate AbstractInMemoryContainer.all...Henri Sara2011-03-041-5/+5
* #6527 Container refactoring: moved most of Sortable implementation to Abstrac...Henri Sara2011-03-041-57/+7
* #6527 Container refactoring: move most of in-memory container filtering code ...Henri Sara2011-03-031-168/+22
* #6527 Containers: refactoring of adding items to in-memory containers and rel...Henri Sara2011-03-031-114/+58
* #6572 Eliminate some extraneous container item set change notificationsHenri Sara2011-03-031-9/+20
* #6527 Container refactoring: move internalIndexOf() to AbstractInMemoryContainerHenri Sara2011-03-021-2/+2
* #6527 Container refactoring: move common parts of item removal to AbstractInM...Henri Sara2011-03-011-15/+6
* #6527 Container refactoring: minor containsId() cleanup/optimizationHenri Sara2011-03-011-14/+0
* #6527 Container refactoring: first version of AbstractInMemoryContainer with ...Henri Sara2011-03-011-251/+16
* #6527 Preparative refactoring in IndexedContainer: rename field, access anoth...Henri Sara2011-03-011-69/+82
* #6521 Container refactoring: AbstractContainer handling listener registration...Henri Sara2011-02-281-118/+20
* Removed dead codeArtur Signell2010-10-051-3/+0
* #5692 Generics and warnings cleanup: IndexedContainer (with minor modificatio...Henri Sara2010-10-011-64/+70
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-10/+5
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-061-4/+4
* Make private nested class constructor visibility public or package to prevent...Henri Sara2010-07-061-4/+4
* Updated test case and fix for #4192 "HierarchicalContainer implements Contain...Artur Signell2010-03-161-14/+45
* removed duplicate fix for #4170 (from dd branch)Matti Tahvonen2010-03-091-4/+0
* merged changes from 6.3 + some container related changesMatti Tahvonen2010-03-051-5/+24
|\
| * #4192 - HierarchicalContainer implements Container.Filterable but does not al...Artur Signell2010-03-021-2/+6
| * #4250 - IndexedContainer.nextItemId should return null for item ids not in co...Artur Signell2010-03-011-1/+7
| * #4249 - IndexedContainer.addItemAfter(Object) should return item id, not itemArtur Signell2010-03-011-1/+5
| * #4170 - IndexedContainer.addItemAfter(null, Object) does not workArtur Signell2010-03-011-0/+5
* | some preliminary drag and drop stuffMatti Tahvonen2010-01-281-0/+3
|/
* Merge from 6.2 to 6.3Henri Sara2010-01-051-0/+3
|\
| * fixes #3617Matti Tahvonen2009-12-281-0/+3