We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a79c258 + 53e924f commit e33b774Copy full SHA for e33b774
enhanced-grid-flow/src/main/java/com/vaadin/componentfactory/enhancedgrid/EnhancedGrid.java
@@ -327,7 +327,7 @@ protected void cancelEditWithCancelCallback(SerializableRunnable onCancelCallbac
327
}
328
329
330
- private void cancelEditItem(T newEditItem, ContinueNavigationAction action, SerializableRunnable onCancelCallback) {
+ protected void cancelEditItem(T newEditItem, ContinueNavigationAction action, SerializableRunnable onCancelCallback) {
331
String text = getTranslation(CANCEL_EDIT_MSG_KEY);
332
String confirmText = getTranslation(CANCEL_EDIT_CONFIRM_BTN_KEY);
333
String cancelText = getTranslation(CANCEL_EDIT_CANCEL_BTN_KEY);
0 commit comments