Package | Description |
---|---|
com.vaadin.flow.component.html |
Modifier and Type | Method and Description |
---|---|
static AnchorTarget |
AnchorTarget.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnchorTarget[] |
AnchorTarget.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Anchor(String href,
String text,
AnchorTarget target)
Creates an anchor component with the given target, text content and href.
|
Copyright © 2025. All rights reserved.