T - the bean type@FunctionalInterface public interface EditorCloseListener<T> extends Serializable
Grid editor close events.EditorCloseEvent,
Editor.addCloseListener(EditorCloseListener)| Modifier and Type | Method and Description |
|---|---|
void |
onEditorClose(EditorCloseEvent<T> event)
Called when the editor is closed.
|
void onEditorClose(EditorCloseEvent<T> event)
event - close eventCopyright © 2025. All rights reserved.