summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbstractSelect.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-2029/+0
* Merge remote-tracking branch 'origin/6.8'Leif Åstrand2012-07-311-18/+26
|\
| * Improved code readability based on review (#8109)Leif Åstrand2012-07-301-15/+19
| * Don't make changes directly to the visible itemids collection (#8109, #8787)Leif Åstrand2012-07-301-1/+2
| * Preserve selection order for multi select value (#8109, #8787)Leif Åstrand2012-07-271-5/+8
* | Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-1/+1
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+30
* | Eliminate scanning for accept criteria by reversed annotation (#8641)Henri Sara2012-06-201-5/+0
* | Component no longer implements PaintableArtur Signell2012-04-121-11/+3
* | Added generics to KeyMapper and made it based on HashMap instead ofArtur Signell2012-03-211-1/+1
* | Separated Component.isEnabled/isVisible from Connector enabled state.Artur Signell2012-03-141-1/+2
* | Organized imports and formatted all java filesArtur Signell2012-02-281-1/+0
* | Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-0/+1
* | Remove support for Select in multi-select mode (#8169, #8326).Henri Sara2012-02-081-1/+4
* | #8019 Added ItemCaptionMode enum for AbstractSelect and RowHeaderMode enum fo...Jens Jansson2012-01-201-34/+78
* | Noted that the caption property must be of String typeArtur Signell2011-12-211-1/+3
* | #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-211-13/+5
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-3/+3
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| * #7704 javadocArtur Signell2011-12-071-1/+1
* | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-111-1/+1
* | Eliminate some generics related warnings in core (non-API).Henri Sara2011-11-111-4/+4
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-1/+2
* | Eliminate more cases that used Property.toString().Henri Sara2011-11-081-1/+4
|/
* #7369 Removed ‌"final" from methods that do not need to be finalArtur Signell2011-08-191-1/+1
* Fixed source formatting and Javadoc.John Alhroos2011-08-191-18/+23
* Made ItemDescriptionGenerator serializable #5414John Alhroos2011-08-161-1/+1
* Added tooltips to Table cells and rows (ItemDescriptionGenerator) + Testbench...John Alhroos2011-08-151-0/+19
* Error message typo fixArtur Signell2011-04-261-1/+1
* Javadoc and formatting fixesArtur Signell2011-04-211-6/+8
* #1410 getListeners method for all classes that have addListener/removeListenerArtur Signell2011-04-191-0/+20
* #6780 AbstractSelect's setItemIconPropertyId fails silentlyArtur Signell2011-04-081-7/+16
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
* #5692 Generics in AbstractSelect, added a TODO in CaptionChangeListenerHenri Sara2010-10-041-41/+44
* javadoc typo + bit more specific descriptionMatti Tahvonen2010-07-211-5/+5
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-061-1/+1
* Make private nested class constructor visibility public or package to prevent...Henri Sara2010-07-061-1/+1
* Cleaned javadocsMatti Tahvonen2010-06-301-1/+6
* fixes #810, #4607,#5279, #5281Matti Tahvonen2010-06-301-0/+7
* Merged fix, sample and tests for "#3720 - Disable Items for OptionGroup" from...Artur Signell2010-06-151-23/+21
* Merged #5149 fix to 6.4Henri Sara2010-06-071-0/+1
* - Added Ctrl+Shift multiple selection to TreeJohn Alhroos2010-05-061-0/+15
* Merged drag'n'drop enhancements [12493],[12484]Artur Signell2010-04-191-0/+21
* renamed method to the related typeMatti Tahvonen2010-03-251-1/+1
* renamed DropTargetDetails... to TargetDetails... Should be just as clear for ...Matti Tahvonen2010-03-241-6/+5
* renaming criteriaMatti Tahvonen2010-03-241-0/+10
* renaming criteriaMatti Tahvonen2010-03-241-5/+5
* renaming criteriaMatti Tahvonen2010-03-241-5/+4
* refactored AbstractSelect criteria (hopefully better names now)Matti Tahvonen2010-03-231-16/+39
* finished renameMatti Tahvonen2010-03-231-2/+2