/**
  * Sets the background of days and weeks of year buttons.
  *
  * @param decorationBackgroundColor the background color
  */
 public void setDecorationBackgroundColor(Color decorationBackgroundColor) {
   dayChooser.setDecorationBackgroundColor(decorationBackgroundColor);
 }