Uses of Enum Class
com.vaadin.flow.component.html.AnchorTarget
Packages that use AnchorTarget
-
Uses of AnchorTarget in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html that return AnchorTargetModifier and TypeMethodDescriptionstatic AnchorTarget
Returns the enum constant of this class with the specified name.static AnchorTarget[]
AnchorTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.flow.component.html with parameters of type AnchorTargetModifierConstructorDescriptionAnchor
(String href, String text, AnchorTarget target) Creates an anchor component with the given target, text content and href.