Sfoglia il codice sorgente

Added note to DateField#setRangeStart JavaDoc (#11886)

* Added note to DateField#setRangeStart JavaDoc

* Added additional checking of valid startDate

* Reverted previous commit
tags/8.11.0.alpha1
Tatu Lund 4 anni fa
parent
commit
f0769be11c
Nessun account collegato all'indirizzo email del committer

+ 2
- 0
server/src/main/java/com/vaadin/ui/AbstractDateField.java Vedi File

@@ -296,6 +296,8 @@ public abstract class AbstractDateField<T extends Temporal & TemporalAdjuster &
* date (taking the resolution into account), the component will not
* validate. If {@code startDate} is set to {@code null}, any value before
* {@code endDate} will be accepted by the range
* <p>
* Note: Negative, i.e. BC dates are not supported
*
* @param startDate
* - the allowed range's start date

Loading…
Annulla
Salva