T - the bean type@FunctionalInterface public interface EditorCancelListener<T> extends Serializable
Grid editor cancel events.EditorCancelEvent,
Editor.addCancelListener(EditorCancelListener)| Modifier and Type | Method and Description |
|---|---|
void |
onEditorCancel(EditorCancelEvent<T> event)
Called when the editor is cancelled.
|
void onEditorCancel(EditorCancelEvent<T> event)
event - cancel eventCopyright © 2025. All rights reserved.