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 attribute.static final String
Deprecated.static final String
The aria-labelledby attribute.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
Deprecated.useARIA_LABEL_ATTRIBUTE_NAME
insteadThe aria-label property.- See Also:
-
ARIA_LABEL_ATTRIBUTE_NAME
The aria-label attribute.- See Also:
-
ARIA_LABELLEDBY_ATTRIBUTE_NAME
The aria-labelledby attribute.- See Also:
-
ARIA_LABEL_ATTRIBUTE_NAME
instead