Uses of Interface
com.vaadin.flow.component.spreadsheet.Spreadsheet.HyperlinkCellClickHandler
-
Packages that use Spreadsheet.HyperlinkCellClickHandler Package Description com.vaadin.flow.component.spreadsheet -
-
Uses of Spreadsheet.HyperlinkCellClickHandler in com.vaadin.flow.component.spreadsheet
Classes in com.vaadin.flow.component.spreadsheet that implement Spreadsheet.HyperlinkCellClickHandler Modifier and Type Class Description classDefaultHyperlinkCellClickHandlerDefault implementation of theSpreadsheet.HyperlinkCellClickHandlerinterface.Methods in com.vaadin.flow.component.spreadsheet that return Spreadsheet.HyperlinkCellClickHandler Modifier and Type Method Description Spreadsheet.HyperlinkCellClickHandlerSpreadsheet. getHyperlinkCellClickHandler()Methods in com.vaadin.flow.component.spreadsheet with parameters of type Spreadsheet.HyperlinkCellClickHandler Modifier and Type Method Description voidSpreadsheet. setHyperlinkCellClickHandler(Spreadsheet.HyperlinkCellClickHandler handler)Sets theSpreadsheet.HyperlinkCellClickHandlerfor this component (not workbook/sheet specific).
-