DateRangeField - Vaadin Add-on Directory
DateRangeFieldSource Code
DateRangeField version 1.0.0
Initial release
DateRangeField version 1.0.1
The year Field can have a passed in Property. The From and To dates required properties to be passed in and the year Field required a value or null. Now the year Field can also have an Integer Property.
DateRangeField version 1.0.2
Fixed some logic. Handling of forcing the range to be within a year was improperly linked with the setting of the minimum and maximum allowed years. Also made the DateRangeField have an internal DateRange value that changed as the from and to field values changed. This caused ValueChangeListeners added to the DateRangeField to be handled properly.
DateRangeField version 1.0.3
Added the ability to specify a custom error format for the 3 sub-fields that make up the DateRangeField.
DateRangeField version 1.0.4
Added a theme to demonstrate new error highlighting functionality. Theme wasn't compiling so refactored project so web stuff is in src/main/webapp as opposed web. Also made it easier to run the demo app as a war, while still being able to build the jar.