Uses of Class
com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent
-
Packages that use Spreadsheet.SelectionChangeEvent Package Description com.vaadin.flow.component.spreadsheet com.vaadin.flow.component.spreadsheet.action -
-
Uses of Spreadsheet.SelectionChangeEvent in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return Spreadsheet.SelectionChangeEvent Modifier and Type Method Description Spreadsheet.SelectionChangeEventCellSelectionManager. getLatestSelectionEvent()Returns the latest selection event.Methods in com.vaadin.flow.component.spreadsheet with parameters of type Spreadsheet.SelectionChangeEvent Modifier and Type Method Description voidSpreadsheet.SelectionChangeListener. onSelectionChange(Spreadsheet.SelectionChangeEvent event)This is called when user changes cell selection. -
Uses of Spreadsheet.SelectionChangeEvent in com.vaadin.flow.component.spreadsheet.action
-