summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/ComboBox.java
Commit message (Collapse)AuthorAgeFilesLines
* Clear items in ComboBox only if changed (#10924)Henri Sara2013-05-141-2/+2
| | | | | | | Selection is now sent only as a key, removed redundant attribute on the item. Change-Id: I882d4ae17a1dc91f7a55a0b4a94e47c078ffc022
* Merge of (#10471) to Vaadin 7.Anna Koskinen2013-01-091-113/+121
| | | | | | ComboBox filtering fix. Change-Id: Ia274155c15a5319ec0c98d7bc0347e2f2bd0ddbd
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* ComboBox should have getter and setter methods for pageLength #5381Pekka Hyvönen2012-12-111-0/+21
| | | | Change-Id: I92597e49f2dc12c9fb90c2a35a213386da56bb3f
* Unified deprecation messagesArtur Signell2012-11-221-6/+6
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Constants -> enums (#9072)Pekka Hyvönen2012-09-111-12/+14
| | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox)
* Remove unneeded requestRepaint methods (#9325)Leif Åstrand2012-09-071-6/+0
|
* Reformat projectLeif Åstrand2012-09-051-0/+5
|
* Add Container.Indexed.getItemIds(int, int) for a range of items (#8028)Henri Sara2012-08-311-28/+34
| | | | | | | | | This permits optimization of data fetches from various containers where getting single items by index in a loop might be costly. Also add a helper method in ContainerHelpers to make it easier to implement the new method where performance of fetching an id by index is not an issue. SQLContainer still uses this helper instead of an optimized implementation.
* Removed multi select related hacks from ComboBox (#2869)Artur Signell2012-08-301-65/+21
|
* Merged Select with ComboBox (#2869)Artur Signell2012-08-301-2/+734
| | | | | Select now extends ComboBox instead of vice versa Select is now deprecated in favor of ComboBox
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-2/+2
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-2/+2
| | | 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
|
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-3/+3
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+116