aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractSelect.java
Commit message (Expand)AuthorAgeFilesLines
* Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-12-121-2/+15
* Add public Field.isEmpty() and clear() (#15354)Artur Signell2014-12-101-1/+1
* Update selection after changes in underlying data source (#13580).Denis Anisimov2014-11-111-0/+19
* Add asserts checking for negative container sizes (#14232)Leif Åstrand2014-07-171-1/+3
* Allow use of Collection<String> and others with addItems (#13865)Artur Signell2014-05-281-1/+1
* Merge changes from origin/7.1Artur Signell2014-04-231-1/+1
|\
| * Update copyright year to 2014Artur Signell2014-04-161-1/+1
* | Added convenience method to add items as a varargs array (#13067)Matti Tahvonen2013-12-181-0/+31
|/
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+1
* Merge of (#9986) to Vaadin 7.Anna Koskinen2012-12-211-10/+49
* Unified deprecation messagesArtur Signell2012-11-221-14/+14
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-1/+1
* Merged AbstractSelect now listens to changes in icon property (#9663)Artur Signell2012-09-281-0/+9
* Constants -> enums (#9072)Pekka Hyvönen2012-09-111-23/+22
* Support running JUnit tests (#9299)Artur Signell2012-09-091-1/+0
* Reformat projectLeif Åstrand2012-09-051-0/+4
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-7/+18
* Fix copypasted javadocs for ItemCaptionMode constantsJohannes Dahlström2012-08-311-9/+9
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-4/+44
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-2/+2
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-5/+5
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-18/+18
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+2029