Uses of Class
com.vaadin.client.widget.escalator.ScrollbarBundle.Direction
-
Packages that use ScrollbarBundle.Direction Package Description com.vaadin.client.widget.escalator com.vaadin.client.widgets -
-
Uses of ScrollbarBundle.Direction in com.vaadin.client.widget.escalator
Methods in com.vaadin.client.widget.escalator that return ScrollbarBundle.Direction Modifier and Type Method Description abstract ScrollbarBundle.DirectionScrollbarBundle. getDirection()Returns the scroll direction of this scrollbar bundle.ScrollbarBundle.DirectionScrollbarBundle.HorizontalScrollbarBundle. getDirection()ScrollbarBundle.DirectionScrollbarBundle.VerticalScrollbarBundle. getDirection()static ScrollbarBundle.DirectionScrollbarBundle.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static ScrollbarBundle.Direction[]ScrollbarBundle.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScrollbarBundle.Direction in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type ScrollbarBundle.Direction Modifier and Type Method Description booleanEscalator. isScrollLocked(ScrollbarBundle.Direction direction)Checks whether or not an direction is locked for scrolling.voidEscalator. setScrollLocked(ScrollbarBundle.Direction direction, boolean locked)Sets whether a scroll direction is locked or not.
-