Package | Description |
---|---|
com.vaadin.flow.component.cookieconsent |
Modifier and Type | Method and Description |
---|---|
static CookieConsent.Position |
CookieConsent.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CookieConsent.Position[] |
CookieConsent.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CookieConsent.setPosition(CookieConsent.Position position)
Sets the position of the banner on the page.
|
Constructor and Description |
---|
CookieConsent(String message,
String dismissLabel,
String learnMoreLabel,
String learnMoreLink,
CookieConsent.Position position)
Creates a banner with the specified data
|
Copyright © 2025. All rights reserved.