buttonCancel = new CancelButton(window, this, true);
}
buttonCancel.setName("EditCancel" + viewHandler.getClassName());
buttonRefresh = new RefreshButton(this, window);
buttonOk = new CancelButton(window, new OkAction(), true, "Ok",
IconEnum.ICON_OK, null, true);
buttonOk.setName("ButtonOk");
initEditComponents(window);