aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbstractSelect.java
Commit message (Collapse)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
|\ | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/popupview/VPopupView.java tests/testbench/com/vaadin/tests/components/popupview/PopupViewClickShortcut.java tests/testbench/com/vaadin/tests/containers/sqlcontainer/CheckboxUpdateProblem.java
| * Improved code readability based on review (#8109)Leif Åstrand2012-07-301-15/+19
| | | | | | | | svn changeset:24033/svn branch:6.8
| * Don't make changes directly to the visible itemids collection (#8109, #8787)Leif Åstrand2012-07-301-1/+2
| | | | | | | | svn changeset:24032/svn branch:6.8
| * Preserve selection order for multi select value (#8109, #8787)Leif Åstrand2012-07-271-5/+8
| | | | | | | | svn changeset:24030/svn branch:6.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
| | | | | | | | | | | | | | The new annotation is called AcceptCriterion and is on the client side class, pointing to the server side implementation. This change also addresses #5956 (avoid loading classes when scanning - no more scanning for criteria) and #6750 (logging).
* | 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
| | | | | | | | Hashtable
* | Separated Component.isEnabled/isVisible from Connector enabled state.Artur Signell2012-03-141-1/+2
| | | | | | | | | | | | Connector.isConnectorEnabled determines if the Connector can receive messages from its counter part. Component isEnabled/isVisible only returns the state of the component. Made Table implement HasComponents.
* | 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
| | | | | | | | | | 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.
* | #8019 Added ItemCaptionMode enum for AbstractSelect and RowHeaderMode enum ↵Jens Jansson2012-01-201-34/+78
| | | | | | | | for Table
* | 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
| | | | | | conversion from Property classes
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-3/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | | | | | svn changeset:22317/svn branch:6.7
| * #7704 javadocArtur Signell2011-12-071-1/+1
| | | | | | | | svn changeset:22306/svn branch:6.7
* | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-111-1/+1
| | | | | | | | Eliminate some more warnings for use of raw types (Field, Property, Class), mostly by changing API method return types.
* | Eliminate some generics related warnings in core (non-API).Henri Sara2011-11-111-4/+4
| | | | | | | | | | Eliminate some (mostly Field and Property related) warnings about raw types etc. No modifications to public API, only inside methods and private API.
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The interfaces Property and Field and most of their implementations are now parameterized with the type of their value. The method getValue() returns the Property type but setValue() takes Object as its parameter. No implicit conversions between value type and strings are performed in most locations (fields). Among others, AbstractTextField, DateField and RichTextArea not have specific value types and do not accept arbitrary values. Most locations requiring migration will be visible as compilation errors, with the exception of some cases where a non-parameterized Property or Field (or one parametrized with Object) is used. Not yet done: - Label - converters - setValue() parameterization (causes much more migration effort)
* | Eliminate more cases that used Property.toString().Henri Sara2011-11-081-1/+4
|/ | | | Remaining possibly problematic cases include Label.compareTo(), TestForPreconfiguredComponents and TestForTrees.
* #7369 Removed ‌"final" from methods that do not need to be finalArtur Signell2011-08-191-1/+1
| | | | svn changeset:20524/svn branch:6.7
* Fixed source formatting and Javadoc.John Alhroos2011-08-191-18/+23
| | | | svn changeset:20523/svn branch:6.7
* Made ItemDescriptionGenerator serializable #5414John Alhroos2011-08-161-1/+1
| | | | svn changeset:20401/svn branch:6.7
* Added tooltips to Table cells and rows (ItemDescriptionGenerator) + ↵John Alhroos2011-08-151-0/+19
| | | | | | Testbench test for them #5414 svn changeset:20392/svn branch:6.7
* Error message typo fixArtur Signell2011-04-261-1/+1
| | | | svn changeset:18440/svn branch:6.6
* Javadoc and formatting fixesArtur Signell2011-04-211-6/+8
| | | | svn changeset:18424/svn branch:6.6
* #1410 getListeners method for all classes that have addListener/removeListenerArtur Signell2011-04-191-0/+20
| | | | svn changeset:18390/svn branch:6.6
* #6780 AbstractSelect's setItemIconPropertyId fails silentlyArtur Signell2011-04-081-7/+16
| | | | svn changeset:18189/svn branch:6.6
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
| | | | svn changeset:15451/svn branch:6.5
* #5692 Generics in AbstractSelect, added a TODO in CaptionChangeListenerHenri Sara2010-10-041-41/+44
| | | | svn changeset:15344/svn branch:6.5
* javadoc typo + bit more specific descriptionMatti Tahvonen2010-07-211-5/+5
| | | | svn changeset:14282/svn branch:6.4
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-061-1/+1
| | | | svn changeset:14081/svn branch:6.4
* Make private nested class constructor visibility public or package to ↵Henri Sara2010-07-061-1/+1
| | | | | | prevent the generation of non-serializable access constructors by the compiler. svn changeset:14080/svn branch:6.4
* Cleaned javadocsMatti Tahvonen2010-06-301-1/+6
| | | | svn changeset:13982/svn branch:6.4
* fixes #810, #4607,#5279, #5281Matti Tahvonen2010-06-301-0/+7
| | | | | | | | all selects now reset value on container changes. The approach has been used in table previously reverted an invalid fix from VFilterSelect svn changeset:13980/svn branch:6.4
* Merged fix, sample and tests for "#3720 - Disable Items for OptionGroup" ↵Artur Signell2010-06-151-23/+21
| | | | | | from /branches/6.4-minor-features svn changeset:13659/svn branch:6.4
* Merged #5149 fix to 6.4Henri Sara2010-06-071-0/+1
| | | | svn changeset:13604/svn branch:6.4
* - Added Ctrl+Shift multiple selection to TreeJohn Alhroos2010-05-061-0/+15
| | | | | | | | - Moved MultiSelectMode enum to AbstractSelect - Added test application for Tree ctrl+Shift selection - Added keyboard navigation sample to the Sampler feature set svn changeset:13070/svn branch:6.4
* Merged drag'n'drop enhancements [12493],[12484]Artur Signell2010-04-191-0/+21
| | | | svn changeset:12652/svn branch:6.4
* renamed method to the related typeMatti Tahvonen2010-03-251-1/+1
| | | | svn changeset:12085/svn branch:6.3
* renamed DropTargetDetails... to TargetDetails... Should be just as clear for ↵Matti Tahvonen2010-03-241-6/+5
| | | | | | developer, but looks better in the code examples. svn changeset:12077/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-0/+10
| | | | svn changeset:12070/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-5/+5
| | | | svn changeset:12069/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-5/+4
| | | | svn changeset:12068/svn branch:6.3
* refactored AbstractSelect criteria (hopefully better names now)Matti Tahvonen2010-03-231-16/+39
| | | | svn changeset:12034/svn branch:6.3
* finished renameMatti Tahvonen2010-03-231-2/+2
| | | | svn changeset:12023/svn branch:6.3