Uses of Interface
com.vaadin.flow.component.html.AnchorTargetValue
-
-
Uses of AnchorTargetValue in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement AnchorTargetValue Modifier and Type Class Description classAnchorTargetEnum representingtargetattribute values for an<a>element.Methods in com.vaadin.flow.component.html that return AnchorTargetValue Modifier and Type Method Description static AnchorTargetValueAnchorTargetValue. forString(String value)Gets an object instance wrapping thevaluestring representation.AnchorTargetValueAnchor. 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 voidAnchor. setTarget(AnchorTargetValue target)Sets the target window, tab or frame for this anchor.
-