Class CookieConsentElement.DefaultValues
- java.lang.Object
-
- com.vaadin.flow.component.cookieconsent.testbench.CookieConsentElement.DefaultValues
-
- Enclosing class:
- CookieConsentElement
public static final class CookieConsentElement.DefaultValues extends Object
Default values for the element properties.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDISMISS_LABELstatic StringLEARN_MORE_LABELstatic StringLEARN_MORE_LINKstatic StringMESSAGEstatic CookieConsent.PositionPOSITION
-
-
-
Field Detail
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
DISMISS_LABEL
public static final String DISMISS_LABEL
- See Also:
- Constant Field Values
-
LEARN_MORE_LABEL
public static final String LEARN_MORE_LABEL
- See Also:
- Constant Field Values
-
LEARN_MORE_LINK
public static final String LEARN_MORE_LINK
- See Also:
- Constant Field Values
-
POSITION
public static final CookieConsent.Position POSITION
-
-