Class Spreadsheet.FormulaValueChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
com.vaadin.flow.component.spreadsheet.Spreadsheet.ValueChangeEvent
com.vaadin.flow.component.spreadsheet.Spreadsheet.FormulaValueChangeEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
Spreadsheet
This event is fired when the value of a cell referenced by a formula cell
changes making the formula value change
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionFormulaValueChangeEvent(com.vaadin.flow.component.Component source, Set<org.apache.poi.ss.util.CellReference> changedCells) -
Method Summary
Methods inherited from class com.vaadin.flow.component.spreadsheet.Spreadsheet.ValueChangeEvent
getChangedCellsMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
FormulaValueChangeEvent
public FormulaValueChangeEvent(com.vaadin.flow.component.Component source, Set<org.apache.poi.ss.util.CellReference> changedCells)
-