B C G O S T V 
All Classes All Packages

B

BOTTOM - com.vaadin.flow.component.cookieconsent.CookieConsent.Position
 
BOTTOM_LEFT - com.vaadin.flow.component.cookieconsent.CookieConsent.Position
 
BOTTOM_RIGHT - 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 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 - com.vaadin.flow.component.cookieconsent.CookieConsent.Position
 
TOP_LEFT - com.vaadin.flow.component.cookieconsent.CookieConsent.Position
 
TOP_RIGHT - com.vaadin.flow.component.cookieconsent.CookieConsent.Position
 

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.
B C G O S T V 
All Classes All Packages