User Guide
UIScrollBar class 1397
Methods inherited from the UIComponent class
The following table lists the methods the UIScrollBar class inherits from the UIComponent
class. When calling these methods from the UIScrollBar object, use the form
UIScrollBarInstance.methodName.
Property summary for the UIScrollBar class
The following table lists properties of the UIScrollBar class.
UIObject.setSkin() Sets a skin in the object.
UIObject.setStyle() Sets the style property on the style declaration
or object.
Method Description
UIComponent.getFocus() Returns a reference to the object that has focus.
UIComponent.setFocus() Sets focus to the component instance.
Property Description
UIScrollBar.lineScrollSize The number of lines or pixels scrolled when the user
clicks the arrow buttons of the scroll bar.
UIScrollBar.pageScrollSize The number of lines or pixels scrolled when the user
clicks the track of the scroll bar.
UIScrollBar.scrollPosition The current scroll position of the scroll bar.
UIScrollBar._targetInstanceName The instance name of the text field associated with the
UIScrollBar instance.
UIScrollBar.horizontal A Boolean value indicating whether the scroll bar is
oriented vertically (
false), the default, or horizontally
(
true).
Method Description