Exemplo n.º 1
0
 /**
  * Sets the menu's date.
  *
  * @param date the date
  */
 public void setDate(Date date) {
   picker.setValue(date);
 }