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