Titanium.UI.iPhone.SystemButtonStyle

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

Summary

A set of constants for the system button styles that can be used for the button style property.

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

Used by tabbed bar and button bar only to use the more condensed style used in nav bars and tool bars. read-only

BORDERED Number

A simple button style with a border. read-only

DONE Number

The style for a done button - for example, a button that completes some task and returns to the previous view. read-only

PLAIN Number

Glows when tapped. The default item style. read-only

Events

This type has no events.