You can get the Calendar and override:
protected void updateButtonDayDate(Button dayButton, int currentMonth, int day);
Here you can effectively configure the button in any way you choose, starting with setting a UIID or something like that.
, :
protected Button createDay();