Exemple #1
0
 /**
  * Gets the date box's position in the tab index.
  *
  * @return the date box's tab index
  */
 public int getTabIndex() {
   return box.getTabIndex();
 }
 public int getTabIndex() {
   return textBox.getTabIndex();
 }