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