public Date getAfterDate() { if (afterCheckBox.getValue()) { return afterDateBox.getDate(); } return null; }
public Date getBeforeDate() { if (beforeCheckBox.getValue()) { return beforeDateBox.getDate(); } return null; }