T - the bean type@FunctionalInterface public interface EditorOpenListener<T> extends Serializable
Grid editor open events.EditorOpenEvent,
Editor.addOpenListener(EditorOpenListener)| Modifier and Type | Method and Description |
|---|---|
void |
onEditorOpen(EditorOpenEvent<T> event)
Called when the editor is opened.
|
void onEditorOpen(EditorOpenEvent<T> event)
event - open eventCopyright © 2025. All rights reserved.