浏览代码

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 年前
父节点
当前提交
f0769be11c
没有帐户链接到提交者的电子邮件
共有 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 查看文件

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

正在加载...
取消
保存