summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/data
Commit message (Expand)AuthorAgeFilesLines
* Removed serialVersionUIDs, added serial warning suppressionArtur Signell2009-04-171-9/+2
* Additional fix for #695 - Serialization support: Fixed NPE in MethodPropertyArtur Signell2009-04-171-6/+24
* BeanItemContainer javadoc merge to 6.0.Henri Sara2009-04-171-11/+50
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-1229-122/+139
* Merged #2817 to 6.0: AbstractField.isValid() and AbstractField.validate() wer...Henri Sara2009-04-081-0/+3
* #680: merged to 6.0: validator base classes and standard validators for regul...Henri Sara2009-04-038-101/+346
* #1061: merged [7281] from 5.4: BeanItemContainer no longer requires a public ...Henri Sara2009-04-022-56/+90
* #2517 merged to 6.0: BeanItemContainer ate exceptions; generalized Filter fro...Henri Sara2009-04-013-102/+90
* #1061: merge to 6.0 of BeanItemContainer filtering fixes and other improvemen...Henri Sara2009-04-013-55/+197
* #1061: merge to 6.0 of initial import of BeanItemContainer to the toolkitHenri Sara2009-04-011-0/+354
* #2809 merged to 6.0: IndexedContainer.addItemAt() added items at incorrect po...Henri Sara2009-04-011-44/+94
* #2808 merged to 6.0: IndexedContainer.indexOfId() fix and an interactive test...Henri Sara2009-04-011-14/+13
* Merge from 5.3 to 6.0:Henri Sara2009-03-251-11/+4
* Merge #2687 to 6.0Henri Sara2009-03-241-9/+10
* 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