private void reloadValue() {
   String value = getInputValue();
   inputField.setText(value == null ? "" : value);
 }