public boolean checkFields() throws FieldValueException {
   return timeStampPanel.checkFields();
 }
 protected void refreshModel() {
   timeStampPanel.refreshOnUpdatedModel(getModel());
   getModel().getClientValueObjectProxy().setChanged(false);
 }