/**
  * Gets the widget's position in the tab index.
  *
  * @return the widget's tab index
  */
 @Override
 public int getTabIndex() {
   return impl.getTabIndex();
 }