Interface SyScrollBarVerticalType
- All Superinterfaces:
SyActiveReadableType, SyActiveType, SyBoundedReadableType<SySpaceParentRelativeType>, SyBoundedType<SySpaceParentRelativeType>, SyComponentReadableType, SyComponentType, SyEventReceiverType, SyKeyboardFocusableReadableType, SyKeyboardFocusableType, SyMouseFocusAcceptingReadableType, SyMouseFocusAcceptingType, SyScrollBarReadableType, SyScrollBarType, SyScrollBarVerticalReadableType, SySizedReadableType<SySpaceParentRelativeType>, SySizedType<SySpaceParentRelativeType>, SyThemeableReadableType, SyThemeableType, SyVisibleReadableType, SyVisibleType
Write access to scrollbars.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemove any listeners that are executed when the down button is clicked.voidRemove any listeners that are executed when the up button is clicked.voidsetOnClickDownListener(Runnable runnable) Set a listener that will be executed when the down scroll button is clicked.voidsetOnClickUpListener(Runnable runnable) Set a listener that will be executed when the up scroll button is clicked.Methods inherited from interface SyActiveReadableType
isMouseOverMethods inherited from interface SyActiveType
activity, setActiveMethods inherited from interface SyBoundedReadableType
boundingAreaMethods inherited from interface SyBoundedType
position, setPositionMethods inherited from interface SyComponentReadableType
ancestorMatchingReadable, childCount, isActive, isVisible, nodeReadable, relativePositionOf, screen, viewportPositionOf, windowReadableMethods inherited from interface SyComponentType
ancestorMatching, childAdd, childRemove, childrenClear, componentForWindowRelative, layout, node, windowMethods inherited from interface SyEventReceiverType
eventSendMethods inherited from interface SyKeyboardFocusableType
keyboardFocusBehaviorMethods inherited from interface SyMouseFocusAcceptingReadableType
isMouseQueryAcceptingMethods inherited from interface SyMouseFocusAcceptingType
setMouseQueryAcceptingMethods inherited from interface SyScrollBarReadableType
scrollAmountShown, scrollIncrementSize, scrollPosition, scrollPositionSnapping, thumb, trackMethods inherited from interface SyScrollBarType
removeOnThumbDragListener, setHideIfDisabled, setOnThumbDragListener, setScrollAmountShown, setScrollPosition, setScrollPositionSnappingMethods inherited from interface SyScrollBarVerticalReadableType
buttonDown, buttonUp, themeClassesDefaultForComponentMethods inherited from interface SySizedType
setSize, setSizeUpperLimit, size, sizeUpperLimitMethods inherited from interface SyThemeableReadableType
themeClassesExtra, themeClassesInPreferenceOrderMethods inherited from interface SyVisibleType
setVisible, visibility
-
Method Details
-
setOnClickUpListener
Set a listener that will be executed when the up scroll button is clicked.- Parameters:
runnable- The listener
-
removeOnClickUpListener
void removeOnClickUpListener()Remove any listeners that are executed when the up button is clicked.- See Also:
-
setOnClickDownListener
Set a listener that will be executed when the down scroll button is clicked.- Parameters:
runnable- The listener
-
removeOnClickDownListener
void removeOnClickDownListener()Remove any listeners that are executed when the down button is clicked.- See Also:
-