We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.cookieconsent.testbench.
Class CookieConsentElement.DefaultValues
- java.lang.Object
-
- com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement.DefaultValues
-
Enclosing class:
public static final class CookieConsentElement.DefaultValues extends Object
Default values for the element properties.
-
-
Field Summary
Fields Modifier and Type Field and Description static String
DISMISS_LABEL
static String
LEARN_MORE_LABEL
static String
LEARN_MORE_LINK
static String
MESSAGE
static CookieConsent.Position
POSITION
-
-
-
Field Detail
-
MESSAGE
public static final String MESSAGE
See Also:
-
DISMISS_LABEL
public static final String DISMISS_LABEL
See Also:
-
LEARN_MORE_LABEL
public static final String LEARN_MORE_LABEL
See Also:
-
LEARN_MORE_LINK
public static final String LEARN_MORE_LINK
See Also:
-
POSITION
public static final CookieConsent.Position POSITION
-
-