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.PositionReturns 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 TypeMethodDescriptionvoidCookieConsent.setPosition(CookieConsent.Position position) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.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.PositionCookieConsentElement.DefaultValues.POSITIONMethods in com.vaadin.flow.component.cookieconsent.testbench that return CookieConsent.Position