Class Spreadsheet.ValueChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
com.vaadin.flow.component.spreadsheet.Spreadsheet.ValueChangeEvent
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Spreadsheet.CellValueChangeEvent,Spreadsheet.FormulaValueChangeEvent
- Enclosing class:
Spreadsheet
public abstract static class Spreadsheet.ValueChangeEvent
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
This is a parent class for a value change events.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionValueChangeEvent(com.vaadin.flow.component.Component source, Set<org.apache.poi.ss.util.CellReference> changedCells) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
ValueChangeEvent
public ValueChangeEvent(com.vaadin.flow.component.Component source, Set<org.apache.poi.ss.util.CellReference> changedCells)
-
-
Method Details
-
getChangedCells
-