public static interface Spreadsheet.ProtectedEditListener
extends com.vaadin.event.SerializableEventListener
| Modifier and Type | Field and Description |
|---|---|
static Method |
SELECTION_CHANGE_METHOD |
| Modifier and Type | Method and Description |
|---|---|
void |
writeAttempted(Spreadsheet.ProtectedEditEvent event)
Called when the SpreadSheet detects that the client tried to edit a
locked cell (usually by pressing a key).
|
static final Method SELECTION_CHANGE_METHOD
void writeAttempted(Spreadsheet.ProtectedEditEvent event)
event - ProtectedEditEvent that happenedCopyright © 2013–2026 Vaadin Ltd. All rights reserved.