Uses of Enum Class
com.vaadin.flow.component.shared.Tooltip.AriaLinkMode
Packages that use Tooltip.AriaLinkMode
-
Uses of Tooltip.AriaLinkMode in com.vaadin.flow.component.shared
Methods in com.vaadin.flow.component.shared that return Tooltip.AriaLinkModeModifier and TypeMethodDescriptionstatic Tooltip.AriaLinkModeGets theTooltip.AriaLinkModefor the given value string.Tooltip.getAriaLinkMode()Controls which ARIA attribute links the target element(s) with the tooltip content.static Tooltip.AriaLinkModeReturns the enum constant of this class with the specified name.static Tooltip.AriaLinkMode[]Tooltip.AriaLinkMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.shared with parameters of type Tooltip.AriaLinkModeModifier and TypeMethodDescriptionvoidTooltip.setAriaLinkMode(Tooltip.AriaLinkMode ariaLinkMode) Controls which ARIA attribute links the target element(s) with the tooltip content.Tooltip.withAriaLinkMode(Tooltip.AriaLinkMode ariaLinkMode) Controls which ARIA attribute links the target element(s) with the tooltip content.