summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/AbstractSelect.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-1679/+0
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-4/+7
* Toolkit: minor correction in the manual (removed use of deprecated methods) a...Henri Sara2009-02-181-1/+1
* Cleaned up the whole projectArtur Signell2009-01-021-0/+9
* Fix for #2242 - Changing an AbstractSelect container data source should not f...Artur Signell2008-12-011-2/+1
* Added requestRepaint() to two setters. Fixes #2105Marc Englund2008-09-231-2/+5
* Mass formatArtur Signell2008-09-021-62/+64
* fixed item set change listening. Broken since [5281]Matti Tahvonen2008-09-021-66/+64
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-85/+81
* Fixes #1230 - NPE in AbstractSelect.select and allow selecting null -> NullSe...Artur Signell2008-08-251-10/+11
* Fixed #1046 : Removed references to non-existing Container.ManagedJoonas Lehtinen2008-06-141-5/+2
* Fixes #846Joonas Lehtinen2008-05-141-1/+1
* One more: Abstract select assumed Property is always ValueChangeNotifier (bug...Marc Englund2008-03-121-1/+1
* Abstract select assumed Property is always ValueChangeNotifier (bug in if -cl...Marc Englund2008-03-121-1/+1
* version since fixMatti Tahvonen2008-02-061-1/+1
* Fixed #588 (another partial fix for larger listener problems). AbstractSelectJani Laakso2008-01-311-4/+5
* Added one comment.Marc Englund2008-01-301-0/+2
* Selects now listen for changes to item/property as appropriate. Version 1. Ta...Marc Englund2008-01-301-0/+97
* Added feature to allow custom logic when user adds new item to selectMatti Tahvonen2008-01-181-26/+71
* License header parametrizedJani Laakso2007-12-041-76/+53
* add "nullselectitem" attribute if a nullselectionitem is in the uidlMarc Englund2007-11-141-1480/+1480
* Null selection changes (#574)Marc Englund2007-11-021-3/+22
* Don't paint the null selection item if nullselection is not allowed.Marc Englund2007-11-021-4/+12
* IllegalState thrown if multiselect&&nullselitem.Marc Englund2007-11-021-5/+25
* combobox select: adding new itemsMatti Tahvonen2007-10-311-2/+2
* Select refactor initial commit; not done.Marc Englund2007-10-311-0/+1502