T
- the item typepublic abstract class EditorEvent<T> extends EventObject
Editor
.EditorOpenListener
,
EditorCancelListener
,
EditorCloseListener
,
EditorSaveListener
,
Serialized Formsource
Constructor and Description |
---|
EditorEvent(Editor<T> editor,
T item)
Constructor for the editor event.
|
Modifier and Type | Method and Description |
---|---|
Grid<T> |
getGrid()
Gets the editors' grid.
|
T |
getItem()
Gets the item being edited.
|
Editor<T> |
getSource() |
toString
Copyright © 2025. All rights reserved.