aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/ITextField.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-270/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* (merged from 5.4) Implements "input prompt" for ComboBox and TextField. Also ↵Marc Englund2009-04-061-4/+30
| | | | | | includes Sampler samples. Fixes #1455 svn changeset:7337/svn branch:6.0
* fixes maxlength on IE on single line input elementMatti Tahvonen2008-12-311-1/+1
| | | | svn changeset:6377/svn branch:trunk
* enhanced fix for #932Matti Tahvonen2008-12-291-1/+1
| | | | svn changeset:6361/svn branch:trunk
* fixes #932, implemented maxlength for textfieldMatti Tahvonen2008-12-291-0/+28
| | | | svn changeset:6360/svn branch:trunk
* TextField size fix for IE (new fix for #2058)Artur Signell2008-11-131-10/+14
| | | | svn changeset:5881/svn branch:trunk
* Changed the way relative component sizes are handled. Relative sizes are now ↵Artur Signell2008-10-011-60/+27
| | | | | | | | | | | converted into pixel sizes in ApplictionConnection. All containers MUST now implement Container which includes the getAllocatedSpace() method used by the relative size calculator. This also fixes OrderedLayout bugs #2021, #2034, #2030, #2102 Also fixes #2127 svn changeset:5570/svn branch:trunk
* Fix for #2029 - orderedlayout width calculationsArtur Signell2008-09-181-6/+22
| | | | svn changeset:5427/svn branch:trunk
* fixes #2058 (100% height textfields in IE)Matti Tahvonen2008-09-081-0/+6
| | | | svn changeset:5370/svn branch:trunk
* Fixed #2053 : Closing browse-window should trigger submitting changes and ↵Joonas Lehtinen2008-09-031-2/+19
| | | | | | fire close-event svn changeset:5351/svn branch:trunk
* Mass formatArtur Signell2008-09-021-1/+1
| | | | svn changeset:5331/svn branch:trunk
* Fixes #2010 - Client classes renamedArtur Signell2008-08-281-2/+2
| | | | svn changeset:5285/svn branch:trunk
* Fixed height/width typo in ITextFieldArtur Signell2008-08-181-1/+1
| | | | svn changeset:5201/svn branch:trunk
* Fix for invalid css value for textfield widthArtur Signell2008-08-071-1/+3
| | | | svn changeset:5156/svn branch:trunk
* Fixes FF3 issue with relational widthsMatti Tahvonen2008-07-111-4/+5
| | | | svn changeset:5087/svn branch:trunk
* partial fix for #1902. FF seems to bug some pixels still (too narrow).Matti Tahvonen2008-07-101-1/+83
| | | | svn changeset:5077/svn branch:trunk
* initial commit for formatted tooltipsMatti Tahvonen2008-06-061-0/+10
| | | | svn changeset:4777/svn branch:trunk
* Partial fix for #1656 (modified and error styles to fields)Marc Englund2008-05-161-2/+1
| | | | svn changeset:4531/svn branch:trunk
* fixes #1657Matti Tahvonen2008-05-151-0/+6
| | | | svn changeset:4511/svn branch:trunk
* relocated method + added TODOMatti Tahvonen2008-02-051-25/+16
| | | | svn changeset:3709/svn branch:trunk
* License header parametrizedJani Laakso2007-12-041-19/+23
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* -Small fix for ITabsheet height calculations.Jouni Koivuviita2007-11-261-3/+3
| | | | | | | | -Small fix for ITextField style dependant names. -Clean up for panel.css. -Refactored small parts of textfield.css. svn changeset:2948/svn branch:trunk
* setColumns() and setRows() added to selects as appropriate, made to match ↵Marc Englund2007-11-231-17/+19
| | | | | | | | width of TextField. Fixes #898 svn changeset:2893/svn branch:trunk
* MASS REFORMAT.Marc Englund2007-11-191-86/+89
| | | | | | According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions svn changeset:2864/svn branch:trunk
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-22/+21
| | | | svn changeset:2461/svn branch:trunk
* Refactoring terminalJoonas Lehtinen2007-07-171-3/+3
| | | | svn changeset:1867/svn branch:trunk
* Added drafting classes for locale handling.Jouni Koivuviita2007-06-191-2/+2
| | | | | | | | Changed most component classnames to public. Added a new method hasVariable to UIDL class. Client now uses POST for requests and has some drafting methods for locale loading. svn changeset:1767/svn branch:trunk
* ISelect component now supports "twincol" style as well. Tweaks to ITextfield ↵Jouni Koivuviita2007-06-161-1/+30
| | | | | | (setColumns, setRows) and IButton (classname "i-button"). svn changeset:1755/svn branch:trunk
* Select component now has an abstract superclass IOptionGroupBase and two ↵Jouni Koivuviita2007-06-151-3/+4
| | | | | | implementations: ISelect (dropdown mode) and IOptionGroup (optiongroup style). New item allowed also implemented. svn changeset:1751/svn branch:trunk
* Merged [1729]Joonas Lehtinen2007-06-141-2/+2
| | | | svn changeset:1734/svn branch:trunk
* Renamed all IT Mill widgets to begin with I. Jouni will rename css-classes ↵Joonas Lehtinen2007-06-141-0/+77
as i-textfield-... svn changeset:1730/svn branch:trunk