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.HyperlinkOpenStyle
DefaultHyperlinkCellClickHandler. getOpenStyle()
expose for subclassesstatic DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle
DefaultHyperlinkCellClickHandler.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 void
DefaultHyperlinkCellClickHandler. 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)
-