Uses of Enum Class
com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle
Packages that use DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle
-
Uses of DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle in com.vaadin.flow.component.spreadsheet
Methods in com.vaadin.flow.component.spreadsheet that return DefaultHyperlinkCellClickHandler.HyperlinkOpenStyleModifier and TypeMethodDescriptionDefaultHyperlinkCellClickHandler.getOpenStyle()expose for subclassesReturns the enum constant of this class with the specified name.DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.spreadsheet with parameters of type DefaultHyperlinkCellClickHandler.HyperlinkOpenStyleModifier and TypeMethodDescriptionvoidDefaultHyperlinkCellClickHandler.setOpenStyle(DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle openStyle) Constructors in com.vaadin.flow.component.spreadsheet with parameters of type DefaultHyperlinkCellClickHandler.HyperlinkOpenStyleModifierConstructorDescriptionDefaultHyperlinkCellClickHandler(Spreadsheet spreadsheet, DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle openStyle)