aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/TextArea.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-121/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-1/+1
* Moved most of TextField/TextArea/PasswordField paintContent to stateArtur Signell2012-05-111-36/+12
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
* Splitted TextField and TextArea to Widget and Paintable.Jens Jansson2012-01-301-2/+2
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* Javadoc fix, rows are always explicitly specified for a TextAreaArtur Signell2010-12-081-3/+1
* Clarified commentArtur Signell2010-12-081-1/+1
* Added missing communication of rows and wordwrap attributes (#3752)Artur Signell2010-12-081-0/+14
* TextArea default value has always been "" and not nullArtur Signell2010-12-081-0/+1
* #3752 - Refactor TextFieldsArtur Signell2010-12-071-33/+48
* javadocsMatti Tahvonen2010-11-041-0/+34
* refined TODO notesMatti Tahvonen2010-11-041-17/+4
* #5865: Extracted AbstractTextField from TextField, RichTextEditor extends now...Matti Tahvonen2010-10-261-2/+2
* #5865: class stubs + depracations towards one to one widget mappingMatti Tahvonen2010-10-211-0/+98