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