aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/TextArea.java
Commit message (Collapse)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
| | | | Removed deprecated value formatter from AbstractTextField (#8672)
* 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
| | | | svn changeset:22317/svn branch:6.7
* Javadoc fix, rows are always explicitly specified for a TextAreaArtur Signell2010-12-081-3/+1
| | | | svn changeset:16408/svn branch:6.5
* Clarified commentArtur Signell2010-12-081-1/+1
| | | | svn changeset:16394/svn branch:6.5
* Added missing communication of rows and wordwrap attributes (#3752)Artur Signell2010-12-081-0/+14
| | | | svn changeset:16390/svn branch:6.5
* TextArea default value has always been "" and not nullArtur Signell2010-12-081-0/+1
| | | | svn changeset:16389/svn branch:6.5
* #3752 - Refactor TextFieldsArtur Signell2010-12-071-33/+48
| | | | | | | | | | Made PasswordField, TextArea extend AbstractTextField instead of TextField Moved commonalities "columns", "input prompt", "text change event" and "cursor position" to AbstractTextField svn changeset:16354/svn branch:6.5
* javadocsMatti Tahvonen2010-11-041-0/+34
| | | | svn changeset:15859/svn branch:6.5
* refined TODO notesMatti Tahvonen2010-11-041-17/+4
| | | | svn changeset:15856/svn branch:6.5
* #5865: Extracted AbstractTextField from TextField, RichTextEditor extends ↵Matti Tahvonen2010-10-261-2/+2
| | | | | | | | now that. Breaks apps that use RichTextArea as a special type for TextField like our NotificationExample. Also fixes focus and selectAll in RichTextArea. More complicated selections methods removed from RichTextArea, at least until it is possible to implement them with GWT RichTextArea. svn changeset:15725/svn branch:6.5
* #5865: class stubs + depracations towards one to one widget mappingMatti Tahvonen2010-10-211-0/+98
svn changeset:15648/svn branch:6.5