summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/PopupDateField.java
Commit message (Collapse)AuthorAgeFilesLines
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-2/+7
| | | | | | | | Many core vaadin components did incorrectly mark the state as dirty when reading from them. This patch fixes the problem, which should reduce the amount of server->client state updates significantly. Change-Id: I342d74129e2985a7f407e9b53a802dc0146d9992
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Fix typo (#11754)Leif Åstrand2013-05-021-3/+3
| | | | Change-Id: Ib9f75c81a18a555b34cd620260f85063c58c90ce
* Simplify and clarify WAI-ARIA API (#11659)michaelvogt2013-04-231-2/+2
| | | | Change-Id: I8daf3f377d4d9f2c2f774781e0c68f550d5c86e0
* WAI-ARIA field corrections (#11407)michaelvogt2013-04-021-0/+20
| | | | | | Implementation of suggestions from usage test by an screen reader user Change-Id: If02512f3d4ee60e3e115023af9d9e600dc11321a
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Added possibility to disable text input for PopupDateField (#6790)Mikael Grankvist2012-11-191-0/+31
| | | | Change-Id: I3275fce74c26b1409aa00505c06f459d1ae2e6ce
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-2/+2
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-1/+1
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+80