You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.grid.editor.

Class EditorCancelEvent<T>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.grid.editor.EditorEvent<T>
com.vaadin.flow.component.grid.editor.EditorCancelEvent<T>

Type Parameters:

T - the item type

All Implemented Interfaces:

Serializable

public class EditorCancelEvent<T> extends EditorEvent<T>

Holds the data for cancel events fired in Editor.

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • EditorCancelEvent

      public EditorCancelEvent(Editor<T> editor, T item)

      Constructor for the editor cancel event.

      Parameters:

      editor - the source of the event

      item - the item being edited