コード例 #1
0
ファイル: DateBox.java プロジェクト: Ondenge/imogene
 /**
  * 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);
 }
コード例 #2
0
 public void setAccessKey(char key) {
   textBox.setAccessKey(key);
 }