Uses of Class
com.vaadin.flow.component.spreadsheet.Spreadsheet.ProtectedEditEvent
Packages that use Spreadsheet.ProtectedEditEvent
-
Uses of Spreadsheet.ProtectedEditEvent in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet with parameters of type Spreadsheet.ProtectedEditEventModifier and TypeMethodDescriptionvoidSpreadsheet.ProtectedEditListener.writeAttempted(Spreadsheet.ProtectedEditEvent event) Called when the SpreadSheet detects that the client tried to edit a locked cell (usually by pressing a key).