Index
All Classes and Interfaces|All Packages|Serialized Form
B
- BOTTOM - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
- BOTTOM_LEFT - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
- BOTTOM_RIGHT - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
C
- com.vaadin.flow.component.cookieconsent - package com.vaadin.flow.component.cookieconsent
- CookieConsent - Class in com.vaadin.flow.component.cookieconsent
-
Cookie Consent is a component for showing a cookie consent banner the first time a user visits the application, until the banner is dismissed.
- CookieConsent() - Constructor for class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Creates a banner with default values.
- CookieConsent(String, String, String, String, CookieConsent.Position) - Constructor for class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Creates a banner with the specified data
- CookieConsent.Position - Enum Class in com.vaadin.flow.component.cookieconsent
-
Position of the banner.
G
- getStyle() - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
S
- setCookieName(String) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the name of the cookie to remember that the user has consented.
- setDismissLabel(String) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the dismiss/consent button's text
- setLearnMoreLabel(String) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the label of the 'learn more' link
- setLearnMoreLink(String) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the URL of the 'learn more' link
- setMessage(String) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the consent message to show in the banner.
- setPosition(CookieConsent.Position) - Method in class com.vaadin.flow.component.cookieconsent.CookieConsent
-
Sets the position of the banner on the page.
T
- TOP - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
- TOP_LEFT - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
- TOP_RIGHT - Enum constant in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
V
- valueOf(String) - Static method in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.vaadin.flow.component.cookieconsent.CookieConsent.Position
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form