Titanium.UI.iPhone.ScrollIndicatorStyle

Object of Titanium.UI.iPhone.
Platform Since
iPhone 0.9
iPad 0.9

Summary

A set of constants for the styles available for Titanium.UI.ActivityIndicator objects.

Methods

Name Summary
addEventListener

Adds the specified callback as an event listener for the named event.

fireEvent

Fires a synthesized event to any registered listeners.

removeEventListener

Removes the specified callback as an event listener for the named event.

Properties

Name Type Summary
BLACK Number

A style of indicator which is black smaller than the default style. This style is good against a white content background. read-only

DEFAULT Number

The default style of scroll indicator, which is black with a white border. This style is good against any content background. read-only

WHITE Number

A style of indicator is white and smaller than the default style. This style is good against a black content background. read-only

Events

This type has no events.