summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Select.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-803/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+6
|
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
|
* Transfer required attribute in shared state (#8436).Henri Sara2012-03-211-7/+0
| | | | | The flag should be used directly from shared state, but that requires error message etc. related updates to be done in a listener before sending states.
* Convert hide errors flag to shared state (#8437).Henri Sara2012-03-211-6/+0
|
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-4/+4
|
* #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-3/+3
| | | accordingly
* Convert some literal strings of UIDL attributes to use constants.Henri Sara2012-02-211-2/+5
|
* Remove support for Select in multi-select mode (#8169, #8326).Henri Sara2012-02-081-1/+5
| | | | | Also includes some related cleanup as this was the last special case where the widget was selected on the client side based on UIDL fields other than tag.
* Splitted VFilterSelect to Widget and Paintable.Jens Jansson2012-01-301-2/+2
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* #7062 ComboBox shows required indicator when in read onlyArtur Signell2011-11-171-1/+1
| | | | svn changeset:22023/svn branch:6.7
* #6770 error indicator should not be hidden when a DateField is "empty" ↵Henri Sara2011-09-051-2/+1
| | | | | | because it has an invalid date string svn changeset:20851/svn branch:6.7
* #6893 ComboBox FILTERINGMODE_CONTAINS only matched prefixHenri Sara2011-04-271-1/+1
| | | | svn changeset:18493/svn branch:6.6
* #4233 ComboBox should properly support lazy loading: by default scroll to ↵Henri Sara2011-04-041-1/+1
| | | | | | selected item to preserve old functionality svn changeset:18092/svn branch:6.6
* #4233 ComboBox should properly support lazy loading: use container filtering ↵Henri Sara2011-04-011-43/+307
| | | | | | when possible (ITEM_CAPTION_MODE_PROPERTY and filterable container), option not to try to find the page with the selected item svn changeset:18079/svn branch:6.6
* #5865. Removed some non-needed code from widgetset, prepared datefields and ↵Matti Tahvonen2010-11-041-0/+21
| | | | | | button and select for one-to-one mapping svn changeset:15867/svn branch:6.5
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
| | | | svn changeset:15451/svn branch:6.5
* #5692 Generics: SelectHenri Sara2010-10-041-18/+18
| | | | svn changeset:15368/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-2/+1
| | | | svn changeset:14496/svn branch:6.4
* #5053 and #5083: Last ComboBox item may not be shown if null selection ↵Henri Sara2010-05-271-4/+7
| | | | | | enabled, incorrect display of filtered items when null selection is allowed svn changeset:13393/svn branch:6.3
* Fixed #4251 - ArithmeticException when changing Select pageLength to 0Artur Signell2010-05-271-1/+3
| | | | svn changeset:13389/svn branch:6.3
* Fix for #4553 - Select in multiselect mode is rendered as non-working ComboBoxArtur Signell2010-04-221-0/+2
| | | | svn changeset:12768/svn branch:6.3
* fixes #3913Matti Tahvonen2010-03-241-9/+6
| | | | svn changeset:12055/svn branch:6.3
* Merged code changes from 6.2Henri Sara2010-02-011-0/+6
| | | | svn changeset:11069/svn branch:6.3
* fixes #3786, focus and blur events for (textual) datefields and comboboxMatti Tahvonen2009-12-021-16/+50
| | | | svn changeset:10131/svn branch:6.2
* #3755 Select threw IllegalArgumentException when browsing pages quicklyHenri Sara2009-11-251-428/+435
| | | | svn changeset:10012/svn branch:6.2
* added missing ClientWidget annotationMatti Tahvonen2009-10-061-0/+2
| | | | svn changeset:9115/svn branch:6.2
* merged 2009-09-widget-packaging_3332 branch to 6.2Matti Tahvonen2009-10-061-438/+428
|\ | | | | | | svn changeset:9110/svn branch:6.2
| * "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-10/+0
| | | | | | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
| * steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-0/+2
| | | | | | | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* | Merged: [9081] fix for #3404 ComboBox null selection and FILTERINGMODE_OFFHenri Sara2009-10-051-14/+14
|/ | | | svn changeset:9082/svn branch:6.2
* Pagelength can now be changed by extending Select. Fixes #3019Marc Englund2009-05-271-0/+2
| | | | svn changeset:8035/svn branch:6.0
* Select and AbstractSelect now check isNewItemsAllowed() before adding new ↵Marc Englund2009-05-251-6/+8
| | | | | | items, fixes #3008 svn changeset:7990/svn branch:6.0
* Removed one stray comment.Marc Englund2009-05-251-4/+2
| | | | svn changeset:7989/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+476
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0