Class Spreadsheet.ProtectedEditEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
com.vaadin.flow.component.spreadsheet.Spreadsheet.ProtectedEditEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Spreadsheet
public static class Spreadsheet.ProtectedEditEvent
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
An event that is fired when an attempt to modify a locked cell has been
made.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ProtectedEditEvent
public ProtectedEditEvent(com.vaadin.flow.component.Component source)
-