Uses of Interface
com.vaadin.flow.component.spreadsheet.Spreadsheet.ProtectedEditListener
-
Packages that use Spreadsheet.ProtectedEditListener Package Description com.vaadin.flow.component.spreadsheet -
-
Uses of Spreadsheet.ProtectedEditListener in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet with parameters of type Spreadsheet.ProtectedEditListener Modifier and Type Method Description com.vaadin.flow.shared.RegistrationSpreadsheet. addProtectedEditListener(Spreadsheet.ProtectedEditListener listener)Add listener for when an attempt to modify a locked cell has been made.
-