summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/data
Commit message (Expand)AuthorAgeFilesLines
* Fix for #2585 - NullPointerException when detaching an item in HierarchicalCo...Artur Signell2009-02-131-1/+1
* Fix and testcases for #2466 and #2532 - commit now throws InvalidValueExceptionArtur Signell2009-02-031-2/+10
* fixes ##2462 + removed lot of obsolete copy pasted docs + cleaning docsMatti Tahvonen2009-01-191-254/+187
* fixes #2452, invalid javadoc Matti Tahvonen2009-01-191-8/+8
* Fix for #2439 - Inconsistent JavaDoc for Hierarchical containerArtur Signell2009-01-101-8/+7
* Cleaned up the whole projectArtur Signell2009-01-0211-2/+35
* fixes #2398Matti Tahvonen2008-12-211-5/+37
* Published MethodProperty.fireValueChange(). This makes possible to force even...Joonas Lehtinen2008-10-241-1/+1
* Fixes #1900Joonas Lehtinen2008-10-241-1/+2
* Fixes #2179Joonas Lehtinen2008-10-241-0/+20
* Proposal for better formatting API replacing TextField.setFormatter()Joonas Lehtinen2008-09-161-0/+388
* documentation fixJoonas Lehtinen2008-09-111-1/+2
* Mass formatArtur Signell2008-09-0216-519/+509
* Fix for #2036Artur Signell2008-09-021-6/+7
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-50/+54
* Fixes #1995: Cannot add items to IndexedContainer when using filtersJoonas Lehtinen2008-08-211-92/+92
* Unified constructors + getter required, setter not; fixes #1998 and really-fi...Marc Englund2008-08-211-32/+8
* Now implements ValueChangeNotifier. Fixes #1978. Marc Englund2008-08-201-1/+78
* removed IndexedContainer.equals + hashCode. fixes #1980 with [5181],[5182],[5...Matti Tahvonen2008-08-151-96/+4
* Optimizing IndexedContainerItem hashCode (or making it practical)Matti Tahvonen2008-08-141-1/+1
* Optimizing IndexedContainerProperty hashCode (or making it practical)Matti Tahvonen2008-08-141-9/+13
* Fixed #1867 further.Marko Grönroos2008-07-031-0/+12
* Fixed #1046 : Removed references to non-existing Container.ManagedJoonas Lehtinen2008-06-141-13/+4
* Added a convenience constructor for BeanItemJoonas Lehtinen2008-05-191-0/+48
* Fixes #1373Joonas Lehtinen2008-05-145-2/+17
* alidator.Suggestive API was created in year 2002 to be able to create validat...Joonas Lehtinen2008-05-131-26/+0
* one javadoc fix (parameter name)Marc Englund2008-05-131-1/+1
* allowNull parameters and variable renamed to onlyAllowNull, so that the progr...Marc Englund2008-05-131-11/+12
* Fixes #657 (throws if setArgs == null)Marc Englund2008-05-071-4/+9
* Does not choke on null:s anymore, fixes #151Marc Englund2008-02-251-8/+16
* trying to fix table issuesMatti Tahvonen2008-02-111-3/+3
* updateHierarchicalWrapper() produced duplicate nodes when setting parent for ...Marc Englund2008-02-111-5/+6
* table now refreshes its contents and does component attaching etc in right pl...Matti Tahvonen2008-02-081-11/+26
* Fixed PiggybackListener.equals()Marc Englund2008-01-312-10/+12
* Fixed two NPE situations.Marc Englund2008-01-311-0/+6
* Wrapper now piggybacks on listeners in order to update content as appropriate...Marc Englund2008-01-311-10/+51
* ContainerHierarchicalWrapper now notices changes to the wrapped container by ...Marc Englund2008-01-311-5/+47
* replaced bad javadoc comments with non-javadocsMatti Tahvonen2007-12-281-5/+9
* replaced bad javadoc comments with non-javadocsMatti Tahvonen2007-12-281-3/+9
* replaced bad javadoc comments with non-javadocsMatti Tahvonen2007-12-281-11/+27
* replaced bad javadoc comments with non-javadocsMatti Tahvonen2007-12-281-8/+16
* refactored method name to correspond to the one (setDebugId) to be added to G...Matti Tahvonen2007-12-142-4/+4
* added testingId field to PaintableMatti Tahvonen2007-12-142-0/+19
* License header parametrizedJani Laakso2007-12-0420-763/+284
* Fixed NPE in filtering (property.toString() can be null)Marc Englund2007-11-271-1/+1
* MASS REFORMAT.Marc Englund2007-11-1920-7941/+8278
* Fixed #1079. It appears that no-one in R&D knows any reason for NULL_ITEM_ID....Joonas Lehtinen2007-11-021-2/+0
* Fixed #1076 BeanItem fails if getter not definedJani Laakso2007-11-021-3/+5
* Removing filters didn't fireContentsChange()Matti Tahvonen2007-11-021-1/+4
* Container.Filterable implementation in IndexedContainer. Test-class for it.Joonas Lehtinen2007-11-011-10/+203