Package com.vaadin.flow.component
Class ScrollIntoViewOption.Inline
java.lang.Object
com.vaadin.flow.component.ScrollIntoViewOption.Inline
- All Implemented Interfaces:
ScrollIntoViewOption,Serializable
- Enclosing interface:
ScrollIntoViewOption
Horizontal alignment option for scrollIntoView operations.
Defines the horizontal alignment of the element within the visible area.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.vaadin.flow.component.ScrollIntoViewOption
ScrollIntoViewOption.Behavior, ScrollIntoViewOption.Block, ScrollIntoViewOption.Inline -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScrollIntoViewOption.InlineAligns the element to the center of the scrolling area.static final ScrollIntoViewOption.InlineAligns the element to the right of the scrolling area.static final ScrollIntoViewOption.InlineAligns the element to the nearest edge of the scrolling area.static final ScrollIntoViewOption.InlineAligns the element to the left of the scrolling area. -
Method Summary
-
Field Details
-
START
Aligns the element to the left of the scrolling area. -
CENTER
Aligns the element to the center of the scrolling area. -
END
Aligns the element to the right of the scrolling area. -
NEAREST
Aligns the element to the nearest edge of the scrolling area.
-
-
Method Details
-
getValue
-