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.
Package com.vaadin.flow.dom
Class ElementConstants
java.lang.Object
com.vaadin.flow.dom.ElementConstants
Constants for common element attribute, property, style names.
Since:
1.0
Author:
Vaadin Ltd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The aria-label property.
static final String
The label property.
static final String
The style property for color.
static final String
The style property for height.
static final String
The style property for max-height.
static final String
The style property for max-width.
static final String
The style property for min-height.
static final String
The style property for min-width.
static final String
The style property for width.
-
Method Summary
-
Field Details
-
STYLE_WIDTH
The style property for width.
See Also:
-
STYLE_MIN_WIDTH
The style property for min-width.
See Also:
-
STYLE_MAX_WIDTH
The style property for max-width.
See Also:
-
STYLE_HEIGHT
The style property for height.
See Also:
-
STYLE_MIN_HEIGHT
The style property for min-height.
See Also:
-
STYLE_MAX_HEIGHT
The style property for max-height.
See Also:
-
STYLE_COLOR
The style property for color.
See Also:
-
LABEL_PROPERTY_NAME
The label property.
See Also:
-
ARIA_LABEL_PROPERTY_NAME
The aria-label property.
See Also:
-