예제 #1
0
 public Date getAfterDate() {
   if (afterCheckBox.getValue()) {
     return afterDateBox.getDate();
   }
   return null;
 }
예제 #2
0
 public Date getBeforeDate() {
   if (beforeCheckBox.getValue()) {
     return beforeDateBox.getDate();
   }
   return null;
 }