Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -121/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | Moved most of TextField/TextArea/PasswordField paintContent to state | Artur Signell | 2012-05-11 | 1 | -36/+12 |
| | | | | Removed deprecated value formatter from AbstractTextField (#8672) | ||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -2/+0 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | Splitted TextField and TextArea to Widget and Paintable. | Jens Jansson | 2012-01-30 | 1 | -2/+2 |
| | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | Javadoc fix, rows are always explicitly specified for a TextArea | Artur Signell | 2010-12-08 | 1 | -3/+1 |
| | | | | svn changeset:16408/svn branch:6.5 | ||||
* | Clarified comment | Artur Signell | 2010-12-08 | 1 | -1/+1 |
| | | | | svn changeset:16394/svn branch:6.5 | ||||
* | Added missing communication of rows and wordwrap attributes (#3752) | Artur Signell | 2010-12-08 | 1 | -0/+14 |
| | | | | svn changeset:16390/svn branch:6.5 | ||||
* | TextArea default value has always been "" and not null | Artur Signell | 2010-12-08 | 1 | -0/+1 |
| | | | | svn changeset:16389/svn branch:6.5 | ||||
* | #3752 - Refactor TextFields | Artur Signell | 2010-12-07 | 1 | -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 | ||||
* | javadocs | Matti Tahvonen | 2010-11-04 | 1 | -0/+34 |
| | | | | svn changeset:15859/svn branch:6.5 | ||||
* | refined TODO notes | Matti Tahvonen | 2010-11-04 | 1 | -17/+4 |
| | | | | svn changeset:15856/svn branch:6.5 | ||||
* | #5865: Extracted AbstractTextField from TextField, RichTextEditor extends ↵ | Matti Tahvonen | 2010-10-26 | 1 | -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 mapping | Matti Tahvonen | 2010-10-21 | 1 | -0/+98 |
svn changeset:15648/svn branch:6.5 |