aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/DateField.java
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE in DateField range handling (#15342)Teemu Pöntelin2014-12-161-2/+4
* Fix issues when using java.sql.Date as DateField range (#15342)Teemu Pöntelin2014-12-091-6/+8
* Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-071-6/+4
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-121-1/+1
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-091-3/+35
* Moved initialization of a static map to the static initialization block (#12270)Teemu Pöntelin2014-06-061-1/+2
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
* Only add DateRangeValidator to DateField if start or end of range is set (#12...Johannes Dahlström2013-07-191-6/+7
* Global code clean upLeif Åstrand2013-04-251-2/+0
* Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-231-1/+6
|\
| * Fixed date reset when calendar is first initialized #11387John Ahlroos2013-04-121-1/+6
* | Implement range for date field (#6241)johan2013-04-081-0/+175
|/
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+2
* Unified deprecation messagesArtur Signell2012-11-221-4/+4
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
* Constants -> enums (#9072)Pekka Hyvönen2012-09-111-69/+3
* Reformat projectLeif Åstrand2012-09-051-1/+5
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-4/+39
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-2/+2
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-3/+3
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-9/+9
* Add "As of 7.0" to relevant @deprecated tagsJohannes Dahlström2012-08-211-6/+6
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
* Removed more @version included in some files but not in all (#9299)Artur Signell2012-08-161-2/+0
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-2/+3
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+869