We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.spreadsheet.action.
Package com.vaadin.flow.component.spreadsheet.action
-
Class Summary Class Description DeleteRowAction Spreadsheet action for deleting a single row.
DeleteTableAction Spreadsheet action for deleting a SpreadsheetTable.
EditCellCommentAction Spreadsheet action for inserting or deleting a comment to a cell.
HideHeaderAction Spreadsheet action for hiding a single row or column.
InsertDeleteCellCommentAction Spreadsheet action for inserting or deleting a comment to a cell.
InsertNewRowAction Spreadsheet action for inserting a new row to the sheet.
InsertTableAction Spreadsheet action for inserting a new SpreadsheetTable.
MergeCellsAction Spreadsheet action for merging two or more cells.
ShowHideCellCommentAction Spreadsheet action for showing or hiding a cell comment.
SpreadsheetAction Abstract base class for Spreadsheet actions.
SpreadsheetDefaultActionHandler Default action handler for Spreadsheet actions.
UnHideHeadersAction Spreadsheet action for showing hidden columns or rows.
UnMergeCellsAction Spreadsheet action for breaking a merged cell into its constituents.