Пример #1
0
 /**
  * Locks the control's interface. Values sent to the control will not update the display until the
  * control is unlocked.
  *
  * @param lock boolean
  */
 public void setLockValues(boolean lock) {
   table.setLockValues(true);
 }