summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Select.java
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Unified deprecation messagesArtur Signell2012-11-221-1/+1
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Merged Select with ComboBox (#2869)Artur Signell2012-08-301-750/+3
| | | | | Select now extends ComboBox instead of vice versa Select is now deprecated in favor of ComboBox
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-4/+38
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-3/+3
|
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-08-271-13/+1
| | | | | Conflicts: server/src/com/vaadin/ui/Select.java
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-2/+8
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-34/+0
|
* 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/+803