summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractSelect.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-2338/+0
* Provide own states for a number of components (#18987).Denis Anisimov2015-10-161-0/+6
* Update/add @since tags in javadocHenri Sara2015-10-071-0/+1
* Rename DesignFormatter.unencodeFromTextNode to decodeFromTextNodeTeemu Suo-Anttila2015-10-071-1/+1
* Parse readonly values for AbstractFields correctly #18850John Ahlroos2015-09-251-11/+19
* Support HTML entities when reading/writing declarative format #18882Maciej Przepióra2015-09-241-4/+6
* Update @since tags to 7.5.6.Mika Murtojarvi2015-09-151-1/+1
* Make it possible to avoid select caption conversion (#16845)Leif Åstrand2015-09-081-24/+17
* Updated all empty @since tags to be published in 7.5.0Pekka Hyvönen2015-05-111-4/+4
* Fix a typo in AbstractSelect.setItemIcon Javadoc comment.Teemu Pöntelin2015-05-111-1/+1
* Fix TreeTable declarative support (#16368)Johannes Dahlström2015-04-281-1/+1
* Declarative read support for Table (#16367)Johannes Dahlström2015-04-171-0/+4
* Add declarative OptionGroup support (#15549)patrik2015-04-141-3/+19
* Declarative support for Tree inline data (#16321)Johannes Dahlström2015-04-131-34/+91
* Add selective data write support to AbstractSelect (#17148)Leif Åstrand2015-04-071-0/+26
* Declarative support for AbstractSelect (#15545)Artur Signell2015-02-051-1/+42
* Revert "Update selection after changes in underlying data sourceLeif Åstrand2014-12-181-21/+0
* Missing @since for 7.4Leif Åstrand2014-12-181-0/+2
* 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