aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/TextField.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-92/+0
|
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-3/+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
|
* #8026 Removed deprecated API from TextFieldArtur Signell2011-12-191-199/+1
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* Unified deprecation commentsArtur Signell2010-12-081-15/+14
| | | | svn changeset:16409/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-1/+1
| | | | svn changeset:16392/svn branch:6.5
* #3752 - Refactor TextFieldsArtur Signell2010-12-071-372/+47
| | | | | | | | | | 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
* Removed unused fieldArtur Signell2010-11-291-2/+0
| | | | svn changeset:16207/svn branch:6.5
* Fix #6070 - Changing TextChangeEvent mode or timeout does not update to the ↵Artur Signell2010-11-291-0/+2
| | | | | | client svn changeset:16201/svn branch:6.5
* Reverted [16195] as it causes NPEArtur Signell2010-11-261-1/+1
| | | | svn changeset:16196/svn branch:6.5
* Cosmetic change for #5994 fixArtur Signell2010-11-261-1/+1
| | | | svn changeset:16195/svn branch:6.5
* Fix for #5994 - Entering null value representation in TextField throws NPEArtur Signell2010-11-251-6/+16
| | | | svn changeset:16143/svn branch:6.5
* Optimization for word wrap. For #6003.Marko Grönroos2010-11-191-2/+4
| | | | svn changeset:16053/svn branch:6.5
* Implemented missing word wrap for TextArea (in TextField). Fixes #6003.Marko Grönroos2010-11-191-3/+3
| | | | svn changeset:16050/svn branch:6.5
* Reverted [16045] because of invalid formatting.Marko Grönroos2010-11-181-4/+4
| | | | svn changeset:16046/svn branch:6.5
* Implemented missing word wrap for TextArea (in TextField). Fixes #6003.Marko Grönroos2010-11-181-4/+4
| | | | svn changeset:16045/svn branch:6.5
* text change events now properly detected from variablesMatti Tahvonen2010-11-101-1/+1
| | | | svn changeset:15950/svn branch:6.5
* renamed methodMatti Tahvonen2010-11-101-1/+1
| | | | svn changeset:15949/svn branch:6.5
* fixes #2387: added TextChangeEvent that can be used to listen text changes ↵Matti Tahvonen2010-11-091-12/+270
| | | | | | while the user is typing or otherwise modifying the text svn changeset:15923/svn branch:6.5
* #5865: Extracted AbstractTextField from TextField, RichTextEditor extends ↵Matti Tahvonen2010-10-261-419/+60
| | | | | | | | 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-1/+20
| | | | svn changeset:15648/svn branch:6.5
* Text selection methods for TextField. Fixes #5217Matti Tahvonen2010-06-171-0/+51
| | | | svn changeset:13751/svn branch:6.4
* code splitting + client initializationMatti Tahvonen2010-06-111-1/+2
| | | | svn changeset:13651/svn branch:6.4
* initial implementation of code splitting #4408Matti Tahvonen2010-06-041-1/+1
| | | | svn changeset:13561/svn branch:6.4
* fixes #3913Matti Tahvonen2010-03-241-19/+8
| | | | svn changeset:12055/svn branch:6.3
* added generics for textfield change variables (commonly extended component, ↵Matti Tahvonen2009-12-181-1/+1
| | | | | | compiler will complain if generics used in extending component) svn changeset:10425/svn branch:6.2
* Fix for #3886 - InputPrompt of TextField does not change until refreshArtur Signell2009-12-181-0/+1
| | | | svn changeset:10409/svn branch:6.2
* Patch that fixes #3772 - Add notifier interfaces for focus and blur eventsArtur Signell2009-11-261-21/+3
| | | | svn changeset:10079/svn branch:6.2
* Split test case into Layout click test and textfield focus/blur test + auto ↵Artur Signell2009-11-261-7/+7
| | | | | | | | | | test for layout click. Simplified ClickEventHandler/LayoutClickEventHandler and made them public so they are available to other components. svn changeset:10054/svn branch:event-framework-3234
* Brought branch up to date with /versions/6.2Artur Signell2009-11-251-14/+69
|\ | | | | | | svn changeset:10027/svn branch:event-framework-3234
| * fixes #3683, setting height now implies textarea, but can still be reverted ↵Matti Tahvonen2009-11-241-14/+69
| | | | | | | | | | | | back (single line textfield, but with height). svn changeset:9966/svn branch:6.2
* | Work in progressArtur Signell2009-11-251-13/+40
| | | | | | | | svn changeset:10026/svn branch:event-framework-3234
* | Initial commit for framework enhancement for #3234Artur Signell2009-11-201-0/+33
|/ | | | svn changeset:9947/svn branch:event-framework-3234
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-12/+4
| | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-0/+2
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* updated get/setFormat javadocJoonas Lehtinen2009-08-261-6/+6
| | | | svn changeset:8553/svn branch:6.1
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+556
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0