Class Spreadsheet.CellValueChangeEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.flow.component.ComponentEvent<Component>
-
- com.vaadin.flow.component.spreadsheet.Spreadsheet.ValueChangeEvent
-
- com.vaadin.flow.component.spreadsheet.Spreadsheet.CellValueChangeEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Spreadsheet
public static class Spreadsheet.CellValueChangeEvent extends Spreadsheet.ValueChangeEvent
This event is fired when cell value changes.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description CellValueChangeEvent(Component source, Set<org.apache.poi.ss.util.CellReference> changedCells)
-
Method Summary
-
Methods inherited from class com.vaadin.flow.component.spreadsheet.Spreadsheet.ValueChangeEvent
getChangedCells
-
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
-
Methods inherited from class java.util.EventObject
toString
-
-