summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/data
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-1137-10556/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Fix for #2917 - BeanItemContainer.sort fails if property value is nullArtur Signell2009-05-081-6/+25
| | | | svn changeset:7691/svn branch:6.0
* Merged:Artur Signell2009-04-231-0/+11
| | | | | | Added addBean(BT bean) convenience method to BeanItemContainer svn changeset:7497/svn branch:6.0
* Merged:Artur Signell2009-04-211-16/+28
| | | | | | | | Fixed #2857 - Added checks for constructor arguments. Added a simple test case for BeanItemContainer. Changed BeanItemContainer to always return BeanItems instead of generic Items. svn changeset:7468/svn branch:6.0
* Removed serialVersionUIDs, added serial warning suppressionArtur Signell2009-04-171-9/+2
| | | | svn changeset:7461/svn branch:6.0
* Additional fix for #695 - Serialization support: Fixed NPE in MethodPropertyArtur Signell2009-04-171-6/+24
| | | | svn changeset:7457/svn branch:6.0
* BeanItemContainer javadoc merge to 6.0.Henri Sara2009-04-171-11/+50
| | | | svn changeset:7452/svn branch:6.0
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-1229-122/+139
| | | | svn changeset:7387/svn branch:6.0
* Merged #2817 to 6.0: AbstractField.isValid() and AbstractField.validate() ↵Henri Sara2009-04-081-0/+3
| | | | | | were inconsistent with each other for empty non-required fields; ValidationExample depended on validator side effects svn changeset:7369/svn branch:6.0
* #680: merged to 6.0: validator base classes and standard validators for ↵Henri Sara2009-04-038-101/+346
| | | | | | regular expressions, numbers and e-mail addresses; test class for validators svn changeset:7292/svn branch:6.0
* #1061: merged [7281] from 5.4: BeanItemContainer no longer requires a public ↵Henri Sara2009-04-022-56/+90
| | | | | | default constructor in the bean and supports bean subclasses (with parent properties only) svn changeset:7282/svn branch:6.0
* #2517 merged to 6.0: BeanItemContainer ate exceptions; generalized Filter ↵Henri Sara2009-04-013-102/+90
| | | | | | from IndexedContainer. svn changeset:7270/svn branch:6.0
* #1061: merge to 6.0 of BeanItemContainer filtering fixes and other ↵Henri Sara2009-04-013-55/+197
| | | | | | improvements, interactive test class svn changeset:7269/svn branch:6.0
* #1061: merge to 6.0 of initial import of BeanItemContainer to the toolkitHenri Sara2009-04-011-0/+354
| | | | svn changeset:7268/svn branch:6.0
* #2809 merged to 6.0: IndexedContainer.addItemAt() added items at incorrect ↵Henri Sara2009-04-011-44/+94
| | | | | | position when the container is filtered svn changeset:7267/svn branch:6.0
* #2808 merged to 6.0: IndexedContainer.indexOfId() fix and an interactive ↵Henri Sara2009-04-011-14/+13
| | | | | | test class svn changeset:7266/svn branch:6.0
* Merge from 5.3 to 6.0:Henri Sara2009-03-251-11/+4
| | | | | | | | | [7128] Fixes to merge tool. [7129] Merge from branches/manual_2009_03 to versions/5.3 (multiple changesets) [7131] Fixed language problems in the section on layout cell spacing. [7132] Use 24 hour format instead of 12 hour for Eclipse Manual plugin timestamp. svn changeset:7169/svn branch:6.0
* Merge #2687 to 6.0Henri Sara2009-03-241-9/+10
| | | | svn changeset:7162/svn branch:6.0
* Fix for #2585 - NullPointerException when detaching an item in ↵Artur Signell2009-02-131-1/+1
| | | | | | HierarchicalContainer svn changeset:6826/svn branch:trunk
* Fix and testcases for #2466 and #2532 - commit now throws InvalidValueExceptionArtur Signell2009-02-031-2/+10
| | | | svn changeset:6710/svn branch:trunk
* fixes ##2462 + removed lot of obsolete copy pasted docs + cleaning docsMatti Tahvonen2009-01-191-254/+187
| | | | svn changeset:6598/svn branch:trunk
* fixes #2452, invalid javadoc Matti Tahvonen2009-01-191-8/+8
| | | | svn changeset:6594/svn branch:trunk
* Fix for #2439 - Inconsistent JavaDoc for Hierarchical containerArtur Signell2009-01-101-8/+7
| | | | svn changeset:6488/svn branch:trunk
* Cleaned up the whole projectArtur Signell2009-01-0211-2/+35
| | | | svn changeset:6398/svn branch:trunk
* fixes #2398Matti Tahvonen2008-12-211-5/+37
| | | | svn changeset:6312/svn branch:trunk
* Published MethodProperty.fireValueChange(). This makes possible to force ↵Joonas Lehtinen2008-10-241-1/+1
| | | | | | events sending from MethodProperty that now support ValueChangeListener interface. svn changeset:5722/svn branch:trunk
* Fixes #1900Joonas Lehtinen2008-10-241-1/+2
| | | | svn changeset:5720/svn branch:trunk
* Fixes #2179Joonas Lehtinen2008-10-241-0/+20
| | | | svn changeset:5715/svn branch:trunk
* Proposal for better formatting API replacing TextField.setFormatter()Joonas Lehtinen2008-09-161-0/+388
| | | | svn changeset:5414/svn branch:trunk
* documentation fixJoonas Lehtinen2008-09-111-1/+2
| | | | svn changeset:5388/svn branch:trunk
* Mass formatArtur Signell2008-09-0216-519/+509
| | | | svn changeset:5331/svn branch:trunk
* Fix for #2036Artur Signell2008-09-021-6/+7
| | | | svn changeset:5330/svn branch:trunk
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-50/+54
| | | | svn changeset:5281/svn branch:trunk
* Fixes #1995: Cannot add items to IndexedContainer when using filtersJoonas Lehtinen2008-08-211-92/+92
| | | | svn changeset:5234/svn branch:trunk
* Unified constructors + getter required, setter not; fixes #1998 and ↵Marc Englund2008-08-211-32/+8
| | | | | | really-fixes #1076 svn changeset:5233/svn branch:trunk
* Now implements ValueChangeNotifier. Fixes #1978. Marc Englund2008-08-201-1/+78
| | | | svn changeset:5221/svn branch:trunk
* removed IndexedContainer.equals + hashCode. fixes #1980 with ↵Matti Tahvonen2008-08-151-96/+4
| | | | | | [5181],[5182],[5183],[5184],[5185] svn changeset:5186/svn branch:trunk
* Optimizing IndexedContainerItem hashCode (or making it practical)Matti Tahvonen2008-08-141-1/+1
| | | | svn changeset:5184/svn branch:trunk
* Optimizing IndexedContainerProperty hashCode (or making it practical)Matti Tahvonen2008-08-141-9/+13
| | | | svn changeset:5183/svn branch:trunk
* Fixed #1867 further.Marko Grönroos2008-07-031-0/+12
| | | | svn changeset:5030/svn branch:trunk
* Fixed #1046 : Removed references to non-existing Container.ManagedJoonas Lehtinen2008-06-141-13/+4
| | | | svn changeset:4886/svn branch:trunk
* Added a convenience constructor for BeanItemJoonas Lehtinen2008-05-191-0/+48
| | | | svn changeset:4543/svn branch:trunk
* Fixes #1373Joonas Lehtinen2008-05-145-2/+17
| | | | svn changeset:4483/svn branch:trunk
* alidator.Suggestive API was created in year 2002 to be able to create ↵Joonas Lehtinen2008-05-131-26/+0
| | | | | | | | validators that propose corrections for invalid values. During the years this idea has prooved itself to be inpractical - (almost certainly) no-one has ever used this API. As you say - even the base framework (AbstractField) does not support it. We can make exception for backwards compatibility changes rule in this case and just drop the API as it (almost certainly) would not affect anyone. svn changeset:4449/svn branch:trunk
* one javadoc fix (parameter name)Marc Englund2008-05-131-1/+1
| | | | svn changeset:4445/svn branch:trunk
* allowNull parameters and variable renamed to onlyAllowNull, so that the ↵Marc Englund2008-05-131-11/+12
| | | | | | | | programmer has a chance to understand what it does. Documentation changed slightly also. Fixes #1330 svn changeset:4444/svn branch:trunk
* Fixes #657 (throws if setArgs == null)Marc Englund2008-05-071-4/+9
| | | | svn changeset:4365/svn branch:trunk
* Does not choke on null:s anymore, fixes #151Marc Englund2008-02-251-8/+16
| | | | svn changeset:3910/svn branch:trunk
* trying to fix table issuesMatti Tahvonen2008-02-111-3/+3
| | | | svn changeset:3766/svn branch:trunk
* updateHierarchicalWrapper() produced duplicate nodes when setting parent for ↵Marc Englund2008-02-111-5/+6
| | | | | | a root node (moving it in the hierarchy). Fixes #1385 svn changeset:3764/svn branch:trunk