Uses of Interface
com.vaadin.flow.component.html.AnchorTargetValue
-
Packages that use AnchorTargetValue Package Description com.vaadin.flow.component.html -
-
Uses of AnchorTargetValue in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement AnchorTargetValue Modifier and Type Class Description class
AnchorTarget
Enum representingtarget
attribute values for an<a>
element.Methods in com.vaadin.flow.component.html that return AnchorTargetValue Modifier and Type Method Description static AnchorTargetValue
AnchorTargetValue. forString(String value)
Gets an object instance wrapping thevalue
string representation.AnchorTargetValue
Anchor. getTargetValue()
Gets the target window, tab or frame value for this anchor.Methods in com.vaadin.flow.component.html with parameters of type AnchorTargetValue Modifier and Type Method Description void
Anchor. setTarget(AnchorTargetValue target)
Sets the target window, tab or frame for this anchor.
-