Titanium.UI.iPhone.SystemButton

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

Summary

A set of constants for the system button style for buttons.

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

action icon. Usable in nav bars and toolbars only. read-only

ACTIVITY Number

special style that shows an activity indicator. when visible, the activity indicator is already started. read-only

ADD Number

add icon. Usable in nav bars and toolbars only. read-only

BOOKMARKS Number

bookmarks icon. Usable in nav bars and toolbars only. read-only

CAMERA Number

camera icon. Usable in nav bars and toolbars only. read-only

CANCEL Number

cancel icon. localized. Usable in nav bars and toolbars only. read-only

COMPOSE Number

compose icon. Usable in nav bars and toolbars only. read-only

CONTACT_ADD Number

green style plus (+) icon read-only

DISCLOSURE Number

disclosure style icon read-only

DONE Number

done icon. localized. Usable in nav bars and toolbars only. read-only

EDIT Number

edit icon. localized. Usable in nav bars and toolbars only. read-only

FAST_FORWARD Number

fast forward icon. Usable in nav bars and toolbars only. read-only

FIXED_SPACE Number

Blank space to add between other items. Only the width property is used when this value is set. read-only

FLEXIBLE_SPACE Number

Blank space to add between other items. The space is distributed equally between the other items. Other item properties are ignored when this value is set. read-only

INFO_DARK Number

a dark style info circle icon read-only

INFO_LIGHT Number

a light style info circle icon read-only

ORGANIZE Number

organize icon. Usable in nav bars and toolbars only. read-only

PAUSE Number

pause icon. Usable in nav bars and toolbars only. read-only

PLAY Number

play icon. Usable in nav bars and toolbars only. read-only

REFRESH Number

refresh icon. Usable in nav bars and toolbars only. read-only

REPLY Number

reply icon. Usable in nav bars and toolbars only. read-only

REWIND Number

rewind icon. Usable in nav bars and toolbars only. read-only

SAVE Number

save icon. localized. Usable in nav bars and toolbars only. read-only

SPINNER Number

same as ACTIVITY read-only

STOP Number

stop icon. Usable in nav bars and toolbars only. read-only

TRASH Number

trash icon. Usable in nav bars and toolbars only. read-only

Events

This type has no events.