@FunctionalInterface public interface EditorSaveListener<T> extends Serializable
Grid editor save events.EditorSaveEvent,
Editor.addSaveListener(EditorSaveListener)| Modifier and Type | Method and Description |
|---|---|
void |
onEditorSave(EditorSaveEvent<T> event)
Called when the editor is saved.
|
void onEditorSave(EditorSaveEvent<T> event)
event - save eventCopyright © 2025. All rights reserved.