Uses of Enum Class
com.vaadin.flow.component.ScrollOptions.Alignment
Packages that use ScrollOptions.Alignment
-
Uses of ScrollOptions.Alignment in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return ScrollOptions.AlignmentModifier and TypeMethodDescriptionScrollOptions.getBlock()Deprecated, for removal: This API element is subject to removal in a future version.Gets the vertical alignment.ScrollOptions.getInline()Deprecated, for removal: This API element is subject to removal in a future version.Gets the horizontal alignment.static ScrollOptions.AlignmentReturns the enum constant of this class with the specified name.static ScrollOptions.Alignment[]ScrollOptions.Alignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component with parameters of type ScrollOptions.AlignmentModifier and TypeMethodDescriptionvoidScrollOptions.setBlock(ScrollOptions.Alignment block) Deprecated, for removal: This API element is subject to removal in a future version.Sets the vertical alignment.voidScrollOptions.setInline(ScrollOptions.Alignment inline) Deprecated, for removal: This API element is subject to removal in a future version.Sets the horizontal alignment.Constructors in com.vaadin.flow.component with parameters of type ScrollOptions.AlignmentModifierConstructorDescriptionScrollOptions(ScrollOptions.Behavior behavior, ScrollOptions.Alignment block, ScrollOptions.Alignment inline) Deprecated, for removal: This API element is subject to removal in a future version.Create an instance with the given scroll options.