浏览代码

Added note to DateField#setRangeStart JavaDoc (#11886)

* Added note to DateField#setRangeStart JavaDoc

* Added additional checking of valid startDate

* Reverted previous commit
tags/8.10.1
Tatu Lund 4 年前
父节点
当前提交
1b921de27c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      server/src/main/java/com/vaadin/ui/AbstractDateField.java

+ 2
- 0
server/src/main/java/com/vaadin/ui/AbstractDateField.java 查看文件

* date (taking the resolution into account), the component will not * date (taking the resolution into account), the component will not
* validate. If {@code startDate} is set to {@code null}, any value before * validate. If {@code startDate} is set to {@code null}, any value before
* {@code endDate} will be accepted by the range * {@code endDate} will be accepted by the range
* <p>
* Note: Negative, i.e. BC dates are not supported
* *
* @param startDate * @param startDate
* - the allowed range's start date * - the allowed range's start date

正在加载...
取消
保存