Ejemplo n.º 1
0
 /**
  * Sets the date box's 'access key'. This key is used (in conjunction with a browser-specific
  * modifier key) to automatically focus the widget.
  *
  * @param key the date box's access key
  */
 public void setAccessKey(char key) {
   box.setAccessKey(key);
 }
Ejemplo n.º 2
0
 public void setAccessKey(char key) {
   textBox.setAccessKey(key);
 }