We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 TypeClassDescriptionenum
Enum representing
target
attribute values for an<a>
element.Methods in com.vaadin.flow.component.html that return AnchorTargetValueModifier and TypeMethodDescriptionstatic AnchorTargetValue
Gets an object instance wrapping the
value
string 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 TypeMethodDescriptionvoid
Anchor.setTarget
(AnchorTargetValue target) Sets the target window, tab or frame for this anchor.