summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/AbstractTextField.java
Commit message (Expand)AuthorAgeFilesLines
* Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
* Component no longer implements PaintableArtur Signell2012-04-121-5/+2
* Removed getStringValue based on API review meetingArtur Signell2011-12-221-1/+1
* #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-211-2/+1
* Merge remote-tracking branch 'origin/6.8'Artur Signell2011-12-201-7/+9
|\
| * #8089 Don't fire TextChangeEvent inside TextChangeEventLeif Åstrand2011-12-091-7/+9
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-1/+1
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* | Initial implementation of converters for AbstractFieldArtur Signell2011-11-281-1/+1
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-5/+5
* | Partly eliminate the use of Property.toString().Henri Sara2011-11-071-2/+2
|/
* #6588 quick fix, still need to re-evaluate and test the solutionMatti Tahvonen2011-10-071-2/+48
* reverted #6588 fix, causes rather bad regressionsMatti Tahvonen2011-10-061-33/+1
* #6588 changed to check for uninitialized client state on the clientLeif Åstrand2011-09-271-1/+1
* #6588 slightly changed based on reviewLeif Åstrand2011-09-271-3/+3
* #6588 Repainting in TextChangeListener will send wrong value to clientLeif Åstrand2011-09-271-1/+33
* Merged changes to 6.7Henri Sara2011-07-271-45/+3
* Fix for #6588John Alhroos2011-06-231-3/+45
* removed obsolete flag settingMatti Tahvonen2011-04-271-1/+0
* merging fixes from 6.5Matti Tahvonen2011-04-201-7/+11
* Merged tests and fixes from 6.5Artur Signell2011-04-081-1/+3
* #3752 - Refactor TextFieldsArtur Signell2010-12-071-83/+437
* #5865: Extracted AbstractTextField from TextField, RichTextEditor extends now...Matti Tahvonen2010-10-261-0/+349