aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractSelect.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Merge of (#9986) to Vaadin 7.Anna Koskinen2012-12-211-10/+49
| | | | | | It should be possible to clear Table's value after container changes. Change-Id: Ibacdae2b303375fc8303abd63a5673542a80ad38
* Unified deprecation messagesArtur Signell2012-11-221-14/+14
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
| | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202
* Changed Property.setValue(Object) to setValue(T) (#8791)Artur Signell2012-10-231-1/+1
| | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259
* Merged AbstractSelect now listens to changes in icon property (#9663)Artur Signell2012-09-281-0/+9
| | | | | | svn changeset:24490/svn branch:6.8 Change-Id: Id5fdf46295fba758fc4be7d1b3b47e29651e0535
* Constants -> enums (#9072)Pekka Hyvönen2012-09-111-23/+22
| | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox)
* 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
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* 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