Skip navigation links
C S V 

C

com.vaadin.flow.component.cookieconsent - package com.vaadin.flow.component.cookieconsent
 
CookieConsent - Class in com.vaadin.flow.component.cookieconsent
Server-side component for the vaadin-cookie-consent element, used 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 in com.vaadin.flow.component.cookieconsent
Position of the banner.

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.

V

valueOf(String) - Static method in enum com.vaadin.flow.component.cookieconsent.CookieConsent.Position
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.vaadin.flow.component.cookieconsent.CookieConsent.Position
Returns an array containing the constants of this enum type, in the order they are declared.
C S V 
Skip navigation links

Copyright © 2022. All rights reserved.