summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/PasswordField.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix clear/isEmpty in TextArea/PasswordField/RichTextArea/ProgressBar (#17089)Artur Signell2015-05-181-0/+6
| | | | Change-Id: Ic793cbb7eb36408c765a01cc987ba7fe8800b80c
* Fix writing issues (#7749)Artur Signell2014-12-151-2/+2
| | | | | | | | | | | | | | | | * A root component with @DesignRoot must always use its superclass for default values. Otherwise the written design will be empty as the design is read in the constructor. * A component which is not the root must not write its component tree if the component tree is generated in the constructor. This is a simplification which should be good enough for most cases (can't add children in constructor and also using addComponent - in this case the component added with addComponent will not be written). * Test cases for nested templates Change-Id: I3a384d1d8654b9865a3a790ebeb055a300a62135
* Do not create default instances while reading designs (#7749)Artur Signell2014-12-151-5/+4
| | | | Change-Id: I26cb6d8d43200d10ebf8c0ac22c538b4272f5ecd
* SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-151-10/+7
| | | | Change-Id: Ie5e420ac5d62a2aa3206051888e6dd0f8f30df11
* Declarative support for TextField, PasswordField and TextArea (#7749)Matti Hosio2014-12-121-0/+41
| | | | Change-Id: I41d04c55c65820f0270742468e94f47099783950
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+67