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.Direction
ScrollbarBundle. getDirection()
Returns the scroll direction of this scrollbar bundle.ScrollbarBundle.Direction
ScrollbarBundle.HorizontalScrollbarBundle. getDirection()
ScrollbarBundle.Direction
ScrollbarBundle.VerticalScrollbarBundle. getDirection()
static ScrollbarBundle.Direction
ScrollbarBundle.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 boolean
Escalator. isScrollLocked(ScrollbarBundle.Direction direction)
Checks whether or not an direction is locked for scrolling.void
Escalator. setScrollLocked(ScrollbarBundle.Direction direction, boolean locked)
Sets whether a scroll direction is locked or not.
-