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 StringThe aria-label attribute.static final StringThe aria-labelledby attribute.static final StringThe label property.static final StringThe style property for align-items.static final StringThe style property for align-self.static final StringThe style property for background.static final StringThe style property for background-color.static final StringThe style property for background-image.static final StringThe style property for background-position.static final StringThe style property for background-size.static final StringThe style property for border.static final StringThe style property for border-bottom.static final StringThe style property for border-left.static final StringThe style property for border-radius.static final StringThe style property for border-right.static final StringThe style property for border-top.static final StringThe style property for bottom.static final StringThe style property for box-shadow.static final StringThe style property for box-sizing.static final StringThe style property for clear.static final StringThe style property for color.static final StringThe style property for cursor.static final StringThe style property for display.static final StringThe style property for filter.static final StringThe style property for flex-basis.static final StringThe style property for flex-direction.static final StringThe style property for flex-grow.static final StringThe style property for flex-shrink.static final StringThe style property for flex-wrap.static final StringThe style property for float.static final StringThe style property for font.static final StringThe style property for font-size.static final StringThe style property for font-weight.static final StringThe style property for gap.static final StringThe style property for height.static final StringThe style property for justify-content.static final StringThe style property for left.static final StringThe style property for line-height.static final StringThe style property for margin.static final StringThe style property for margin-bottom.static final StringThe style property for margin-inline-end.static final StringThe style property for margin-inline-start.static final StringThe style property for margin-left.static final StringThe style property for margin-right.static final StringThe style property for margin-top.static final StringThe style property for max-height.static final StringThe style property for max-width.static final StringThe style property for min-height.static final StringThe style property for min-width.static final StringThe style property for opacity.static final StringThe style property for outline.static final StringThe style property for overflow.static final StringThe style property for padding.static final StringThe style property for padding-bottom.static final StringThe style property for padding-left.static final StringThe style property for padding-right.static final StringThe style property for padding-top.static final StringThe style property for position.static final StringThe style property for right.static final StringThe style property for rotate.static final StringThe style property for scale.static final StringThe style property for text-align.static final StringThe style property for text-decoration.static final StringThe style property for top.static final StringThe style property for transform.static final StringThe style property for transform-origin.static final StringThe style property for transition.static final StringThe style property for visibility.static final StringThe style property for white-space.static final StringThe style property for width.static final StringThe style property for z-index. -
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_BACKGROUND
The style property for background.- See Also:
-
STYLE_BACKGROUND_COLOR
The style property for background-color.- See Also:
-
STYLE_BACKGROUND_IMAGE
The style property for background-image.- See Also:
-
STYLE_BACKGROUND_POSITION
The style property for background-position.- See Also:
-
STYLE_BACKGROUND_SIZE
The style property for background-size.- See Also:
-
STYLE_COLOR
The style property for color.- See Also:
-
STYLE_BORDER
The style property for border.- See Also:
-
STYLE_BORDER_LEFT
The style property for border-left.- See Also:
-
STYLE_BORDER_RIGHT
The style property for border-right.- See Also:
-
STYLE_BORDER_TOP
The style property for border-top.- See Also:
-
STYLE_BORDER_BOTTOM
The style property for border-bottom.- See Also:
-
STYLE_BORDER_RADIUS
The style property for border-radius.- See Also:
-
STYLE_BOX_SIZING
The style property for box-sizing.- See Also:
-
STYLE_BOX_SHADOW
The style property for box-shadow.- See Also:
-
STYLE_CLEAR
The style property for clear.- See Also:
-
STYLE_CURSOR
The style property for cursor.- See Also:
-
STYLE_DISPLAY
The style property for display.- See Also:
-
STYLE_FLOAT
The style property for float.- See Also:
-
STYLE_FILTER
The style property for filter.- See Also:
-
STYLE_FONT
The style property for font.- See Also:
-
STYLE_GAP
The style property for gap.- See Also:
-
STYLE_MARGIN
The style property for margin.- See Also:
-
STYLE_MARGIN_LEFT
The style property for margin-left.- See Also:
-
STYLE_MARGIN_RIGHT
The style property for margin-right.- See Also:
-
STYLE_MARGIN_TOP
The style property for margin-top.- See Also:
-
STYLE_MARGIN_BOTTOM
The style property for margin-bottom.- See Also:
-
STYLE_MARGIN_INLINE_START
The style property for margin-inline-start.- See Also:
-
STYLE_MARGIN_INLINE_END
The style property for margin-inline-end.- See Also:
-
STYLE_OUTLINE
The style property for outline.- See Also:
-
STYLE_OPACITY
The style property for opacity.- See Also:
-
STYLE_OVERFLOW
The style property for overflow.- See Also:
-
STYLE_PADDING
The style property for padding.- See Also:
-
STYLE_PADDING_LEFT
The style property for padding-left.- See Also:
-
STYLE_PADDING_RIGHT
The style property for padding-right.- See Also:
-
STYLE_PADDING_TOP
The style property for padding-top.- See Also:
-
STYLE_PADDING_BOTTOM
The style property for padding-bottom.- See Also:
-
STYLE_POSITION
The style property for position.- See Also:
-
STYLE_SCALE
The style property for scale.- See Also:
-
STYLE_ROTATE
The style property for rotate.- See Also:
-
STYLE_TEXT_ALIGN
The style property for text-align.- See Also:
-
STYLE_TEXT_DECORATION
The style property for text-decoration.- See Also:
-
STYLE_TRANSFORM
The style property for transform.- See Also:
-
STYLE_TRANSFORM_ORIGIN
The style property for transform-origin.- See Also:
-
STYLE_TRANSITION
The style property for transition.- See Also:
-
STYLE_VISIBILITY
The style property for visibility.- See Also:
-
STYLE_WHITE_SPACE
The style property for white-space.- See Also:
-
STYLE_LEFT
The style property for left.- See Also:
-
STYLE_RIGHT
The style property for right.- See Also:
-
STYLE_TOP
The style property for top.- See Also:
-
STYLE_BOTTOM
The style property for bottom.- See Also:
-
STYLE_Z_INDEX
The style property for z-index.- See Also:
-
STYLE_FONT_WEIGHT
The style property for font-weight.- See Also:
-
STYLE_FONT_SIZE
The style property for font-size.- See Also:
-
STYLE_LINE_HEIGHT
The style property for line-height.- See Also:
-
STYLE_ALIGN_ITEMS
The style property for align-items.- See Also:
-
STYLE_ALIGN_SELF
The style property for align-self.- See Also:
-
STYLE_FLEX_WRAP
The style property for flex-wrap.- See Also:
-
STYLE_FLEX_GROW
The style property for flex-grow.- See Also:
-
STYLE_FLEX_SHRINK
The style property for flex-shrink.- See Also:
-
STYLE_JUSTIFY_CONTENT
The style property for justify-content.- See Also:
-
STYLE_FLEX_DIRECTION
The style property for flex-direction.- See Also:
-
STYLE_FLEX_BASIS
The style property for flex-basis.- See Also:
-
LABEL_PROPERTY_NAME
The label property.- See Also:
-
ARIA_LABEL_ATTRIBUTE_NAME
The aria-label attribute.- See Also:
-
ARIA_LABELLEDBY_ATTRIBUTE_NAME
The aria-labelledby attribute.- See Also:
-