Uses of Class
com.vaadin.flow.component.spreadsheet.client.SpreadsheetActionDetails
Packages that use SpreadsheetActionDetails
-
Uses of SpreadsheetActionDetails in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return types with arguments of type SpreadsheetActionDetailsModifier and TypeMethodDescriptionprotected 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. -
Uses of SpreadsheetActionDetails in com.vaadin.flow.component.spreadsheet.rpc
Method parameters in com.vaadin.flow.component.spreadsheet.rpc with type arguments of type SpreadsheetActionDetailsModifier and TypeMethodDescriptionvoidSpreadsheetClientRpc.showActions(ArrayList<SpreadsheetActionDetails> actionDetails) The String arrays contain the caption and the icon resource key.