Explorar el Código

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 hace 4 años
padre
commit
f0769be11c
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      server/src/main/java/com/vaadin/ui/AbstractDateField.java

+ 2
- 0
server/src/main/java/com/vaadin/ui/AbstractDateField.java Ver fichero

@@ -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

Cargando…
Cancelar
Guardar