/**
  * Sets the widget's 'access key'. This key is used (in conjunction with a browser-specific
  * modifier key) to automatically focus the widget.
  *
  * @param key the widget's access key
  */
 @Override
 public void setAccessKey(char key) {
   impl.setAccessKey(key);
 }