| Package | Description |
|---|---|
| com.vaadin.addon.spreadsheet | |
| com.vaadin.addon.spreadsheet.client |
| Modifier and Type | Method and Description |
|---|---|
protected ArrayList<SpreadsheetActionDetails> |
ContextMenuManager.createActionsListForColumn(int columnIndex)
Gets a list of available actions for the column at the given index.
|
protected ArrayList<SpreadsheetActionDetails> |
ContextMenuManager.createActionsListForRow(int rowIndex)
Gets a list of available actions for the row at the given index.
|
protected ArrayList<SpreadsheetActionDetails> |
ContextMenuManager.createActionsListForSelection()
Gets a list of available actions for the current selection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetClientRpc.showActions(ArrayList<SpreadsheetActionDetails> actionDetails)
The String arrays contain the caption and the icon resource key.
|
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.