Пример #1
0
 /** Focused the editing field of the local comment. */
 public void focusLocalField() {
   localCommentsTable.requestFocusInWindow();
 }
Пример #2
0
 /** Focused the editing field of the global comment. */
 public void focusGlobalField() {
   globalCommentsTable.requestFocusInWindow();
 }