aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbstractSelect.java
Commit message (Collapse)AuthorAgeFilesLines
...
* refactoring (renaming)Matti Tahvonen2010-03-221-2/+2
| | | | svn changeset:12018/svn branch:6.3
* some javadocsMatti Tahvonen2010-03-171-8/+10
| | | | svn changeset:11941/svn branch:6.3
* #4187 Drag and Drop server validation sample and a null check in ↵Henri Sara2010-03-151-3/+5
| | | | | | AbstractSelectDropTargetDetails svn changeset:11871/svn branch:6.3
* changesMatti Tahvonen2010-03-041-13/+11
| | | | svn changeset:11630/svn branch:6.3_dd
* Unified namingArtur Signell2010-02-221-14/+44
| | | | | | | Added javadoc + comments about missing javadoc svn changeset:11455/svn branch:6.3_dd
* changesMatti Tahvonen2010-02-191-4/+4
| | | | svn changeset:11409/svn branch:6.3_dd
* some refactoringMatti Tahvonen2010-02-181-2/+2
| | | | svn changeset:11384/svn branch:6.3_dd
* new criteria + enhancementsMatti Tahvonen2010-02-181-0/+105
| | | | svn changeset:11376/svn branch:6.3_dd
* #4107 Multi-selectable AbstractSelect was seen as non-empty when nothing was ↵Henri Sara2010-01-281-0/+18
| | | | | | selected svn changeset:11037/svn branch:6.3
* Merged revisions [10620]-[10678] from 6.2Artur Signell2010-01-121-5/+2
| | | | svn changeset:10693/svn branch:6.3
* Added generics from Container interfaceArtur Signell2009-12-151-1/+1
| | | | svn changeset:10302/svn branch:6.2
* Variable enhancementsMatti Tahvonen2009-11-251-1/+1
| | | | | | | | | | * typing map for changevariable to <String,Object> * added variabletypes Object[] and Map<String,Object> where Objects can be Strings,Integers, Longs, Floats, Doubles, Booleans and Paintables (reference on client side translates to corresponding server side component by terminal) * Note, multilevel datastructures still not supported (Array or Map inside another), needs #3765 fixes #3756, #3757 svn changeset:10023/svn branch:6.2
* merged [9405],[9404] from 6.1Matti Tahvonen2009-10-271-4/+4
| | | | svn changeset:9407/svn branch:6.2
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-10/+0
| | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
* Select and AbstractSelect now check isNewItemsAllowed() before adding new ↵Marc Englund2009-05-251-9/+9
| | | | | | items, fixes #3008 svn changeset:7990/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+1679
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0