Class Spreadsheet.SpreadsheetEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Spreadsheet>
com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Spreadsheet
@DomEvent("spreadsheet-event")
public static class Spreadsheet.SpreadsheetEvent
extends com.vaadin.flow.component.ComponentEvent<Spreadsheet>
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionSpreadsheetEvent(Spreadsheet source, boolean fromClient, String type, elemental.json.JsonValue data) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
SpreadsheetEvent
public SpreadsheetEvent(Spreadsheet source, boolean fromClient, @EventData("event.detail.type") String type, @EventData("event.detail.data") elemental.json.JsonValue data)
-
-
Method Details
-
getType
-
getData
public elemental.json.JsonValue getData()
-