Class Spreadsheet.RowHeaderDoubleClickEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
com.vaadin.flow.component.spreadsheet.Spreadsheet.RowHeaderDoubleClickEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
Spreadsheet
public static class Spreadsheet.RowHeaderDoubleClickEvent
extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component>
This event is fired when the border of a row header is double clicked
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionRowHeaderDoubleClickEvent(com.vaadin.flow.component.Component source, int row) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Constructor Details
-
RowHeaderDoubleClickEvent
public RowHeaderDoubleClickEvent(com.vaadin.flow.component.Component source, int row)
-
-
Method Details
-
getRowIndex
public int getRowIndex()
-