summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/DateField.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-869/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+6
* Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
* Component no longer implements PaintableArtur Signell2012-04-121-5/+2
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
* Splitted VPopupCalendar to Widget and Paintable.Jens Jansson2012-01-301-2/+2
* #8125 Removed remaining references to Property.ConversionExceptionArtur Signell2011-12-211-2/+2
* #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-211-22/+6
* #8019/#8117/#6081 Cleaned up code and fixed issue where an invalidArtur Signell2011-12-151-38/+91
* #6081 Always also zero out millisecondsArtur Signell2011-12-141-0/+1
* #8118 Remove support for millisecond resolutionArtur Signell2011-12-141-12/+1
* #8117 DateField resolution default should be dayArtur Signell2011-12-141-2/+4
* #6081 DateField should zero fields that are not part of the resolutionArtur Signell2011-12-141-19/+20
* #8019 Changed DateField resolution to enumArtur Signell2011-12-141-109/+118
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+2
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
* | Initial implementation of converters for AbstractFieldArtur Signell2011-11-281-18/+2
* | #7930 Eliminate Validator.isValid()Henri Sara2011-11-121-8/+3
* | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-111-1/+1
* | Parameterize Property and Field with the value type.Henri Sara2011-11-081-6/+6
|/
* #6770 error indicator should not be hidden when a DateField is "empty" becaus...Henri Sara2011-09-051-1/+6
* #6066 Support for time zones in DateFieldLeif Åstrand2011-08-221-1/+44
* #6407 Removed setInvalidAllowed(false) from DateField to be consistent with o...Artur Signell2011-04-261-4/+0
* fixes #6265Matti Tahvonen2011-01-111-1/+1
* internal field rename (last refactoring had inverted the meaning)Matti Tahvonen2011-01-101-11/+11
* better field names + one TODO noteMatti Tahvonen2011-01-071-13/+18
* #5927, parsing error now somewhat with a similar mechanism as the required er...Matti Tahvonen2011-01-051-25/+54
* #5927, implemented a customized validate() function to Datefield Matti Tahvonen2011-01-051-3/+34
* Large server side refactoring for DateFieldMatti Tahvonen2011-01-041-110/+123
* #6208 - Changing date format does not update field contentsArtur Signell2010-12-271-0/+1
* Fix for #5810Jonatan Kronqvist2010-12-141-0/+3
* #5865. Removed some non-needed code from widgetset, prepared datefields and b...Matti Tahvonen2010-11-041-16/+0
* #5692 Generics: part of changes in Slider and DateFieldHenri Sara2010-10-041-1/+1
* Fix for #5277Jonatan Kronqvist2010-07-071-13/+50
* Fixes #5277, #5291, #5292John Alhroos2010-07-021-2/+18
* Fix for #5203 - DateField setResolution() should call requestRepaintArtur Signell2010-06-171-0/+1
* Fix for #4311John Alhroos2010-05-251-9/+81
* fixes #3913Matti Tahvonen2010-03-241-10/+6
* Two small javadoc correctionsHenri Sara2010-03-241-1/+1
* Fix for #3492 - DateField should have an option to show week numbersArtur Signell2010-03-221-1/+30
* Test case and fix for Artur Signell2010-03-121-12/+17
* fixes #3786, focus and blur events for (textual) datefields and comboboxMatti Tahvonen2009-12-021-1/+37
* fixes #3175, now non-lenient by default, can be changed via setLenient()Matti Tahvonen2009-11-041-0/+34
* merged [9621] from 6.1Matti Tahvonen2009-11-041-4/+4
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-9/+0
* steps toward simpler widgetset creation. Still needs a lot of cleaning and re...Matti Tahvonen2009-09-251-0/+2
* Fix for #3057 - GAE cannot deserialize DateFieldArtur Signell2009-06-161-1/+1
* #2831 DateField.handleUnparsableDateString throws ConversionException by defaultHenri Sara2009-05-251-13/+7
* #2904 Miscellaneous Toolkit -> Vaadin renamesHenri Sara2009-05-181-7/+7