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.dom.
Class ElementConstants
- java.lang.Object
-
- com.vaadin.flow.dom.ElementConstants
-
public class ElementConstants extends Object
Constants for common element attribute, property, style names.
Since:
1.0
Author:
Vaadin Ltd
-
-
Field Summary
Fields Modifier and Type Field and Description static String
STYLE_COLOR
The style property for color.
static String
STYLE_HEIGHT
The style property for height.
static String
STYLE_MAX_HEIGHT
The style property for max-height.
static String
STYLE_MAX_WIDTH
The style property for max-width.
static String
STYLE_MIN_HEIGHT
The style property for min-height.
static String
STYLE_MIN_WIDTH
The style property for min-width.
static String
STYLE_WIDTH
The style property for width.
-
-
-
Field Detail
-
STYLE_WIDTH
public static final String STYLE_WIDTH
The style property for width.
See Also:
-
STYLE_MIN_WIDTH
public static final String STYLE_MIN_WIDTH
The style property for min-width.
See Also:
-
STYLE_MAX_WIDTH
public static final String STYLE_MAX_WIDTH
The style property for max-width.
See Also:
-
STYLE_HEIGHT
public static final String STYLE_HEIGHT
The style property for height.
See Also:
-
STYLE_MIN_HEIGHT
public static final String STYLE_MIN_HEIGHT
The style property for min-height.
See Also:
-
STYLE_MAX_HEIGHT
public static final String STYLE_MAX_HEIGHT
The style property for max-height.
See Also:
-
STYLE_COLOR
public static final String STYLE_COLOR
The style property for color.
See Also:
-
-