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.theme.lumo.
Class LumoUtility.Background
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Background
-
Enclosing class:
public static final class LumoUtility.Background extends Object
Classes for applying a background color.
-
-
Field Summary
Fields Modifier and Type Field Description static String
BASE
static String
CONTRAST
static String
CONTRAST_10
static String
CONTRAST_20
static String
CONTRAST_30
static String
CONTRAST_40
static String
CONTRAST_5
static String
CONTRAST_50
static String
CONTRAST_60
static String
CONTRAST_70
static String
CONTRAST_80
static String
CONTRAST_90
static String
ERROR
static String
ERROR_10
static String
ERROR_50
static String
PRIMARY
static String
PRIMARY_10
static String
PRIMARY_50
static String
SUCCESS
static String
SUCCESS_10
static String
SUCCESS_50
static String
TRANSPARENT
-
-
-
Field Detail
-
BASE
public static final String BASE
See Also:
-
TRANSPARENT
public static final String TRANSPARENT
See Also:
-
CONTRAST
public static final String CONTRAST
See Also:
-
CONTRAST_90
public static final String CONTRAST_90
See Also:
-
CONTRAST_80
public static final String CONTRAST_80
See Also:
-
CONTRAST_70
public static final String CONTRAST_70
See Also:
-
CONTRAST_60
public static final String CONTRAST_60
See Also:
-
CONTRAST_50
public static final String CONTRAST_50
See Also:
-
CONTRAST_40
public static final String CONTRAST_40
See Also:
-
CONTRAST_30
public static final String CONTRAST_30
See Also:
-
CONTRAST_20
public static final String CONTRAST_20
See Also:
-
CONTRAST_10
public static final String CONTRAST_10
See Also:
-
CONTRAST_5
public static final String CONTRAST_5
See Also:
-
PRIMARY
public static final String PRIMARY
See Also:
-
PRIMARY_50
public static final String PRIMARY_50
See Also:
-
PRIMARY_10
public static final String PRIMARY_10
See Also:
-
ERROR
public static final String ERROR
See Also:
-
ERROR_50
public static final String ERROR_50
See Also:
-
ERROR_10
public static final String ERROR_10
See Also:
-
SUCCESS
public static final String SUCCESS
See Also:
-
SUCCESS_50
public static final String SUCCESS_50
See Also:
-
SUCCESS_10
public static final String SUCCESS_10
See Also:
-
-