buttonSave.setEnabled(false);
buttonCancel = new CancelButton(window, this, false, Util
.getGuiProperty("button.cancel.text"),
IconEnum.ICON_CANCEL, this, true);
} else {
buttonSave = new SaveButton(this, window);
buttonSave.setName("Save" + viewHandler.getClassName());
buttonSave.setEnabled(false);
buttonCancel = new CancelButton(window, this, true);
}