Uses of Class
com.vaadin.flow.component.cookieconsent.CookieConsent.Position
-
-
Uses of CookieConsent.Position in com.vaadin.flow.component.cookieconsent
Methods in com.vaadin.flow.component.cookieconsent that return CookieConsent.Position Modifier and Type Method Description static CookieConsent.PositionCookieConsent.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.Methods in com.vaadin.flow.component.cookieconsent with parameters of type CookieConsent.Position Modifier and Type Method Description voidCookieConsent. setPosition(CookieConsent.Position position)Sets the position of the banner on the page.Constructors in com.vaadin.flow.component.cookieconsent with parameters of type CookieConsent.Position Constructor Description CookieConsent(String message, String dismissLabel, String learnMoreLabel, String learnMoreLink, CookieConsent.Position position)Creates a banner with the specified data
-