public class SpreadsheetDefaultActionHandler extends Object implements com.vaadin.event.Action.Handler
| Constructor and Description |
|---|
SpreadsheetDefaultActionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSpreadsheetAction(SpreadsheetAction action)
Adds the given SpreadsheetAction to this handler.
|
com.vaadin.event.Action[] |
getActions(Object target,
Object sender) |
void |
handleAction(com.vaadin.event.Action action,
Object sender,
Object target) |
boolean |
removeSpreadsheetAction(SpreadsheetAction action)
Removes the given SpreadsheetAction from this handler.
|
public void addSpreadsheetAction(SpreadsheetAction action)
action - SpreadsheetAction to addpublic boolean removeSpreadsheetAction(SpreadsheetAction action)
action - SpreadsheetAction to removepublic com.vaadin.event.Action[] getActions(Object target, Object sender)
getActions in interface com.vaadin.event.Action.HandlerCopyright © 2013–2026 Vaadin Ltd. All rights reserved.