Titanium.UI.iPhone.ActivityIndicatorStyle

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
BIG Number

The large white style of indicator. read-only

DARK Number

The standard gray style of indicator. read-only

PLAIN Number

The standard white style of indicator (the default). read-only

Events

This type has no events.