Uses of Interface
com.vaadin.flow.component.html.AnchorTargetValue
Packages that use AnchorTargetValue
-
Uses of AnchorTargetValue in com.vaadin.flow.component.html
Classes in com.vaadin.flow.component.html that implement AnchorTargetValueModifier and TypeClassDescriptionenumEnum representingtargetattribute values for an<a>element.Methods in com.vaadin.flow.component.html that return AnchorTargetValueModifier and TypeMethodDescriptionstatic AnchorTargetValueGets an object instance wrapping thevaluestring representation.Anchor.getTargetValue()Gets the target window, tab or frame value for this anchor.Methods in com.vaadin.flow.component.html with parameters of type AnchorTargetValueModifier and TypeMethodDescriptionvoidAnchor.setTarget(AnchorTargetValue target) Sets the target window, tab or frame for this anchor.