aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util/AbstractBeanContainer.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-856/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+12
* Changed AbstractInMemoryContainer.getItemIds() to return List (#8829)Artur Signell2012-06-251-2/+3
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+10
|\
| * #6603 Added IllegalArgumentException to javadoc and added testArtur Signell2011-12-081-1/+4
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| * #6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not nullArtur Signell2011-12-071-0/+5
* | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-111-4/+5
* | #6887 addNestedContainerBean() in AbstractBeanContainer to replace aHenri Sara2011-11-101-1/+35
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-5/+5
|/
* #6527 Minor protected API improvement in AbstractInMemoryContainerHenri Sara2011-04-271-2/+2
* #6527 Minor cleanup in AbstractInMemoryContainerHenri Sara2011-04-261-1/+1
* #6572 added commentsHenri Sara2011-04-261-0/+4
* #4995 Nested bean property support: no extra property type parameter to addNe...Henri Sara2011-04-191-3/+2
* #4995 Nested bean property support Henri Sara2011-04-181-38/+107
* #6286 Container filtering improvements: Filterable does not inherit SimpleFil...Henri Sara2011-03-211-1/+3
* #6286 Container filtering improvements: initial version of new filtering API ...Henri Sara2011-03-101-4/+20
* #6527 Container refactoring: renamed the protected internal sort() method to ...Henri Sara2011-03-081-2/+1
* #6527 Container refactoring: default implementations (throw new UnsupportedOp...Henri Sara2011-03-081-44/+4
* #6527 Container refactoring: initial in-memory ItemFilter interface to isolat...Henri Sara2011-03-041-4/+8
* #6527 Container refactoring: partly encapsulate AbstractInMemoryContainer.all...Henri Sara2011-03-041-1/+0
* #6527 Container refactoring: optimization and notification correction to Abst...Henri Sara2011-03-041-4/+12
* #6527 Container refactoring: moved most of Sortable implementation to Abstrac...Henri Sara2011-03-041-52/+8
* #6527 Container refactoring: move most of in-memory container filtering code ...Henri Sara2011-03-031-97/+21
* #6527 Containers: refactoring of adding items to in-memory containers and rel...Henri Sara2011-03-031-97/+38
* #6572 Eliminate some extraneous container item set change notificationsHenri Sara2011-03-031-2/+9
* Minor refactoring in AbstractBeanContainer: eliminate duplicated code for bea...Henri Sara2011-03-021-21/+20
* #6527 Container refactoring: move internalIndexOf() to AbstractInMemoryContainerHenri Sara2011-03-021-13/+0
* Small fix in parameter validation in AbstractBeanContainer, in a method to be...Henri Sara2011-03-021-1/+1
* #6527 Container refactoring: move common parts of item removal to AbstractInM...Henri Sara2011-03-011-10/+17
* #6527 Container refactoring: first version of AbstractInMemoryContainer with ...Henri Sara2011-03-011-147/+16
* #6521 Container refactoring: AbstractContainer handling listener registration...Henri Sara2011-02-281-48/+9
* #6074 changes based on code reviewHenri Sara2010-12-021-64/+60
* #6074 BeanIdResolver must implement SerializableHenri Sara2010-12-021-1/+1
* #6074 bean property based item id resolver for BeanContainerHenri Sara2010-12-011-0/+70
* #6074 support item id resolvers in BeanContainer: basic mechanisms, more cont...Henri Sara2010-12-011-3/+201
* #5713 clean up AbstractBeanContainer: use Item instead of BeanItem where appl...Henri Sara2010-11-301-15/+18
* #5713 etc.: some BeanContainer, BeanItemContainer and AbstractBeanContainer c...Henri Sara2010-11-301-3/+3
* #5946 / #5713 AbstractBeanContainer / BeanItemContainer changes based on reviewHenri Sara2010-11-291-2/+1
* Refactor BeanItemContainer, splitting out the superclass AbstractBeanContaine...Henri Sara2010-11-251-0/+823