Uses of Class
com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle
-
Packages that use DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle Package Description com.vaadin.flow.component.spreadsheet -
-
Uses of DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle Modifier and Type Method Description protected DefaultHyperlinkCellClickHandler.HyperlinkOpenStyleDefaultHyperlinkCellClickHandler. getOpenStyle()expose for subclassesstatic DefaultHyperlinkCellClickHandler.HyperlinkOpenStyleDefaultHyperlinkCellClickHandler.HyperlinkOpenStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle[]DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.spreadsheet with parameters of type DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle Modifier and Type Method Description voidDefaultHyperlinkCellClickHandler. setOpenStyle(DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle openStyle)Constructors in com.vaadin.flow.component.spreadsheet with parameters of type DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle Constructor Description DefaultHyperlinkCellClickHandler(Spreadsheet spreadsheet, DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle openStyle)
-