Uses of Enum Class
com.vaadin.flow.component.cookieconsent.CookieConsent.Position
Packages that use CookieConsent.Position
Package
Description
-
Uses of CookieConsent.Position in com.vaadin.flow.component.cookieconsent
Methods in com.vaadin.flow.component.cookieconsent that return CookieConsent.PositionModifier and TypeMethodDescriptionstatic CookieConsent.Position
Returns the enum constant of this class with the specified name.static CookieConsent.Position[]
CookieConsent.Position.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.cookieconsent with parameters of type CookieConsent.PositionModifier and TypeMethodDescriptionvoid
CookieConsent.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.PositionModifierConstructorDescriptionCookieConsent
(String message, String dismissLabel, String learnMoreLabel, String learnMoreLink, CookieConsent.Position position) Creates a banner with the specified data -
Uses of CookieConsent.Position in com.vaadin.flow.component.cookieconsent.testbench
Fields in com.vaadin.flow.component.cookieconsent.testbench declared as CookieConsent.PositionModifier and TypeFieldDescriptionstatic final CookieConsent.Position
CookieConsentElement.DefaultValues.POSITION
Methods in com.vaadin.flow.component.cookieconsent.testbench that return CookieConsent.Position