public static interface Spreadsheet.HyperlinkCellClickHandler extends Serializable
Implement this interface and set it with
Spreadsheet.setHyperlinkCellClickHandler(HyperlinkCellClickHandler)
to customize the default behavior.
| Modifier and Type | Method and Description |
|---|---|
String |
getHyperlinkFunctionTarget(org.apache.poi.ss.usermodel.Cell cell) |
void |
onHyperLinkCellClick(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Hyperlink hyperlink)
Called when a hyperlink cell has been clicked.
|
void onHyperLinkCellClick(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Hyperlink hyperlink)
cell - The cell that contains the hyperlinkhyperlink - The actual hyperlinkString getHyperlinkFunctionTarget(org.apache.poi.ss.usermodel.Cell cell)
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.