| Modifier and Type | Class and Description |
|---|---|
class |
AnchorTarget
Enum representing
target attribute values for an
<a> element. |
| Modifier and Type | Method and Description |
|---|---|
static AnchorTargetValue |
AnchorTargetValue.forString(String value)
Gets an object instance wrapping the
value string representation. |
AnchorTargetValue |
Anchor.getTargetValue()
Gets the target window, tab or frame value for this anchor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Anchor.setTarget(AnchorTargetValue target)
Sets the target window, tab or frame for this anchor.
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.