Package com.vaadin.flow.component
Class ScrollIntoViewOption.Block
java.lang.Object
com.vaadin.flow.component.ScrollIntoViewOption.Block
- All Implemented Interfaces:
ScrollIntoViewOption,Serializable
- Enclosing interface:
ScrollIntoViewOption
Vertical alignment option for scrollIntoView operations.
Defines the vertical 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.BlockAligns the element to the center of the scrolling area.static final ScrollIntoViewOption.BlockAligns the element to the bottom of the scrolling area.static final ScrollIntoViewOption.BlockAligns the element to the nearest edge of the scrolling area.static final ScrollIntoViewOption.BlockAligns the element to the top of the scrolling area. -
Method Summary
-
Field Details
-
START
Aligns the element to the top of the scrolling area. -
CENTER
Aligns the element to the center of the scrolling area. -
END
Aligns the element to the bottom of the scrolling area. -
NEAREST
Aligns the element to the nearest edge of the scrolling area.
-
-
Method Details
-
getValue
-