Class 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:
    Serialized Form
    • Constructor Detail

      • RowHeaderDoubleClickEvent

        public RowHeaderDoubleClickEvent​(com.vaadin.flow.component.Component source,
                                         int row)
    • Method Detail

      • getRowIndex

        public int getRowIndex()