aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/AbstractSelect.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-1679/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-4/+7
| | | | svn changeset:7387/svn branch:6.0
* Toolkit: minor correction in the manual (removed use of deprecated methods) ↵Henri Sara2009-02-181-1/+1
| | | | | | and a javadoc correction in AbstractSelect. svn changeset:6886/svn branch:trunk
* Cleaned up the whole projectArtur Signell2009-01-021-0/+9
| | | | svn changeset:6398/svn branch:trunk
* Fix for #2242 - Changing an AbstractSelect container data source should not ↵Artur Signell2008-12-011-2/+1
| | | | | | fire a value change event. svn changeset:6050/svn branch:trunk
* Added requestRepaint() to two setters. Fixes #2105Marc Englund2008-09-231-2/+5
| | | | svn changeset:5484/svn branch:trunk
* Mass formatArtur Signell2008-09-021-62/+64
| | | | svn changeset:5331/svn branch:trunk
* fixed item set change listening. Broken since [5281]Matti Tahvonen2008-09-021-66/+64
| | | | svn changeset:5320/svn branch:trunk
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-85/+81
| | | | svn changeset:5281/svn branch:trunk
* Fixes #1230 - NPE in AbstractSelect.select and allow selecting null -> ↵Artur Signell2008-08-251-10/+11
| | | | | | NullSelectionItem svn changeset:5249/svn branch:trunk
* Fixed #1046 : Removed references to non-existing Container.ManagedJoonas Lehtinen2008-06-141-5/+2
| | | | svn changeset:4886/svn branch:trunk
* Fixes #846Joonas Lehtinen2008-05-141-1/+1
| | | | svn changeset:4488/svn branch:trunk
* One more: Abstract select assumed Property is always ValueChangeNotifier ↵Marc Englund2008-03-121-1/+1
| | | | | | (bug in if -clause) svn changeset:4029/svn branch:trunk
* Abstract select assumed Property is always ValueChangeNotifier (bug in if ↵Marc Englund2008-03-121-1/+1
| | | | | | -clause) svn changeset:4028/svn branch:trunk
* version since fixMatti Tahvonen2008-02-061-1/+1
| | | | svn changeset:3719/svn branch:trunk
* Fixed #588 (another partial fix for larger listener problems). AbstractSelectJani Laakso2008-01-311-4/+5
| | | | | | * itemSetEventListener and propertySetEventListener contains only unique listeners, hence duplicates are not allowed svn changeset:3684/svn branch:trunk
* Added one comment.Marc Englund2008-01-301-0/+2
| | | | svn changeset:3672/svn branch:trunk
* Selects now listen for changes to item/property as appropriate. Version 1. ↵Marc Englund2008-01-301-0/+97
| | | | | | Table still needs work (might 'leak' listeners as it is now) svn changeset:3671/svn branch:trunk
* Added feature to allow custom logic when user adds new item to selectMatti Tahvonen2008-01-181-26/+71
| | | | svn changeset:3578/svn branch:trunk
* License header parametrizedJani Laakso2007-12-041-76/+53
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* add "nullselectitem" attribute if a nullselectionitem is in the uidlMarc Englund2007-11-141-1480/+1480
| | | | svn changeset:2814/svn branch:trunk
* Null selection changes (#574)Marc Englund2007-11-021-3/+22
| | | | svn changeset:2694/svn branch:trunk
* Don't paint the null selection item if nullselection is not allowed.Marc Englund2007-11-021-4/+12
| | | | svn changeset:2670/svn branch:trunk
* IllegalState thrown if multiselect&&nullselitem.Marc Englund2007-11-021-5/+25
| | | | | | Some javadoc added (and fixed). svn changeset:2666/svn branch:trunk
* combobox select: adding new itemsMatti Tahvonen2007-10-311-2/+2
| | | | svn changeset:2639/svn branch:trunk
* Select refactor initial commit; not done.Marc Englund2007-10-311-0/+1502
svn changeset:2629/svn branch:trunk