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 Description static String
ARIA_LABEL_PROPERTY_NAME
The aria-label property.
static String
LABEL_PROPERTY_NAME
The label property.
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:
-
LABEL_PROPERTY_NAME
public static final String LABEL_PROPERTY_NAME
The label property.
See Also:
-
ARIA_LABEL_PROPERTY_NAME
public static final String ARIA_LABEL_PROPERTY_NAME
The aria-label property.
See Also:
-
-