| Package | Description |
|---|---|
| com.vaadin.addon.spreadsheet.action |
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteRowAction
Spreadsheet action for deleting a single row.
|
class |
DeleteTableAction
Spreadsheet action for deleting a SpreadsheetTable.
|
class |
EditCellCommentAction
Spreadsheet action for inserting or deleting a comment to a cell.
|
class |
HideHeaderAction
Spreadsheet action for hiding a single row or column.
|
class |
InsertDeleteCellCommentAction
Spreadsheet action for inserting or deleting a comment to a cell.
|
class |
InsertNewRowAction
Spreadsheet action for inserting a new row to the sheet.
|
class |
InsertTableAction
Spreadsheet action for inserting a new SpreadsheetTable.
|
class |
MergeCellsAction
Spreadsheet action for merging two or more cells.
|
class |
ShowHideCellCommentAction
Spreadsheet action for showing or hiding a cell comment.
|
class |
UnHideHeadersAction
Spreadsheet action for showing hidden columns or rows.
|
class |
UnMergeCellsAction
Spreadsheet action for breaking a merged cell into its constituents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetDefaultActionHandler.addSpreadsheetAction(SpreadsheetAction action)
Adds the given SpreadsheetAction to this handler.
|
boolean |
SpreadsheetDefaultActionHandler.removeSpreadsheetAction(SpreadsheetAction action)
Removes the given SpreadsheetAction from this handler.
|
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.