I have a DateItem for which I've called setEnforceDate(true); This works well. However, I also have a Button next to the DateItem which I would like to be enabled only when certain criteria are met, one of which is that the DateItem has a valid date inside of it. Is this something that can easily be accomplished?