Titanium.UI.iOS.SystemButton
> Titanium.UI.iOS.SystemButton

A set of constants for creating standard iOS system buttons.

Most of these constants are used with the Button.systemButton property to define a standard iOS system buttons for use in navigation bars and toolbars.

See Titanium.UI.Button for more information on the systemButton property, including details on where system buttons can be used. In an Alloy application you can omit the Ti.UI.iOS.SystemButton namespace when assigning a value to the <Button> element's systemButton attribute, for example:

<Button systemButton="CAMERA"/>
<!-- Instead of -->
<Button systemButton="Titanium.UI.iOS.SystemButton.CAMERA"/>

A few of these constants are used with Button.style to create standard iOS buttons that can be used in other places, including table view rows. Note: Starting at Titanium SDK 5.0, all icons have are automatically sized in the native behavior and are not distorted any more. These standard button types are:

See Apple's iOS Human Interface Guidelines in the iOS Developer Library for details on the proper usage of iOS standard buttons and icons.

  • 5.4.0
  • 5.4.0
Defined By

Properties

Titanium.UI.iOS.SystemButton
ACTION : Numberreadonly

Use with Button.systemButton to specify an Action button.

Use with Button.systemButton to specify an Action button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
ACTIVITY : Numberreadonly

Use with Button.systemButton to create an activity indicator that can be used in navigation bars and toolbars.

Use with Button.systemButton to create an activity indicator that can be used in navigation bars and toolbars.

When visible, the activity indicator is already started.

Titanium.UI.iOS.SystemButton
ADD : Numberreadonly

Use with Button.systemButton to specify an Add button.

Use with Button.systemButton to specify an Add button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
BOOKMARKS : Numberreadonly

Use with Button.systemButton to specify a Bookmarks button.

Use with Button.systemButton to specify a Bookmarks button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
CAMERA : Numberreadonly

Use with Button.systemButton to specify a Camera button.

Use with Button.systemButton to specify a Camera button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
CANCEL : Numberreadonly

Use with Button.systemButton to specify a Cancel button.

Use with Button.systemButton to specify a Cancel button.

This button is displayed as a bordered button with localized text.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
COMPOSE : Numberreadonly

Use with Button.systemButton to specify a Compose button.

Use with Button.systemButton to specify a Compose button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
CONTACT_ADD : Numberreadonly

Use with Button.style to specify a ContactAdd button.

Use with Button.style to specify a ContactAdd button.

The resulting button is not restricted to use in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
DISCLOSURE : Numberreadonly

Use with Button.style to specify a Disclosure button.

Use with Button.style to specify a Disclosure button.

The resulting button is not restricted to use in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
DONE : Numberreadonly

Use with Button.systemButton to specify a Done button.

Use with Button.systemButton to specify a Done button.

This button is displayed as a bordered button with localized text.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
EDIT : Numberreadonly

Use with Button.systemButton to specify an Edit button.

Use with Button.systemButton to specify an Edit button.

This button is displayed as a bordered button with localized text.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
FAST_FORWARD : Numberreadonly

Use with Button.systemButton to specify a Fast Forward button.

Use with Button.systemButton to specify a Fast Forward button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
FIXED_SPACE : Numberreadonly

Use with Button.systemButton to create a fixed-width blank space for spacing items in toolbars.

Use with Button.systemButton to create a fixed-width blank space for spacing items in toolbars.

Only the width property is used when this value is set.

Titanium.UI.iOS.SystemButton
FLEXIBLE_SPACE : Numberreadonly

Use with Button.systemButton to create a flexible blank space for spacing items in toolbars.

Use with Button.systemButton to create a flexible blank space for spacing items in toolbars.

The space is distributed equally between the other items. Other item properties are ignored when this value is set.

Titanium.UI.iOS.SystemButton
INFO_DARK : Numberreadonly

Use with Button.style to specify a dark-colored Info button.

Use with Button.style to specify a dark-colored Info button.

The resulting button is not restricted to use in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
INFO_LIGHT : Numberreadonly

Use with Button.style to specify a light-colored Info button.

Use with Button.style to specify a light-colored Info button.

The resulting button is not restricted to use in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
ORGANIZE : Numberreadonly

Use with Button.systemButton to specify an Organize button.

Use with Button.systemButton to specify an Organize button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
PAUSE : Numberreadonly

Use with Button.systemButton to specify a Pause button.

Use with Button.systemButton to specify a Pause button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
PLAY : Numberreadonly

Use with Button.systemButton to specify a Play button.

Use with Button.systemButton to specify a Play button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
REFRESH : Numberreadonly

Use with Button.systemButton to specify a Refresh button.

Use with Button.systemButton to specify a Refresh button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
REPLY : Numberreadonly

Use with Button.systemButton to specify a Reply button.

Use with Button.systemButton to specify a Reply button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
REWIND : Numberreadonly

Use with Button.systemButton to specify a Rewind button.

Use with Button.systemButton to specify a Rewind button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
SAVE : Numberreadonly

Use with Button.systemButton to specify a Save button.

Use with Button.systemButton to specify a Save button.

This button is displayed as a bordered button with localized text.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
SPINNER : Numberreadonly

Identical to ACTIVITY.

Identical to ACTIVITY.

Titanium.UI.iOS.SystemButton
STOP : Numberreadonly

Use with Button.systemButton to specify a Stop button.

Use with Button.systemButton to specify a Stop button.

The resulting button can only be used in navigation bars and toolbars.

Titanium.UI.iOS.SystemButton
TRASH : Numberreadonly

Use with Button.systemButton to specify a Trash button.

Use with Button.systemButton to specify a Trash button.

The resulting button can only be used in navigation bars and toolbars.

apiName : Stringreadonly

The name of the API that this proxy corresponds to.

The name of the API that this proxy corresponds to.

The value of this property is the fully qualified name of the API. For example, Button returns Ti.UI.Button.

  • 3.2.0
  • 3.2.0
  • 3.2.0
Indicates if the proxy will bubble an event to its parent. ...

Indicates if the proxy will bubble an event to its parent.

Some proxies (most commonly views) have a relationship to other proxies, often established by the add() method. For example, for a button added to a window, a click event on the button would bubble up to the window. Other common parents are table sections to their rows, table views to their sections, and scrollable views to their views. Set this property to false to disable the bubbling to the proxy's parent.

Default: true

  • 3.0.0
  • 3.0.0
  • 3.0.0

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

If this property is set to a Window or TabGroup, then the corresponding Activity lifecycle event callbacks will also be called on the proxy. Proxies that require the activity lifecycle will need this property set to the appropriate containing Window or TabGroup.

  • 3.6.0
Defined By

Methods

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

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

Parameters

  • name : String

    Name of the event.

  • callback : Callback<Object>

    Callback function to invoke when the event is fired.

Returns

  • void
Applies the properties to the proxy. ...

Applies the properties to the proxy.

Properties are supplied as a dictionary. Each key-value pair in the object is applied to the proxy such that myproxy[key] = value.

  • 3.0.0
  • 3.0.0
  • 3.0.0

Parameters

  • props : Dictionary

    A dictionary of properties to apply.

Returns

  • void
Fires a synthesized event to any registered listeners. ...

Fires a synthesized event to any registered listeners.

Parameters

  • name : String

    Name of the event.

  • event : Dictionary

    A dictionary of keys and values to add to the Titanium.Event object sent to the listeners.

Returns

  • void
Gets the value of the apiName property. ...

Gets the value of the apiName property.

  • 3.2.0
  • 3.2.0
  • 3.2.0

Returns

  • String
Gets the value of the bubbleParent property. ...

Gets the value of the bubbleParent property.

  • 3.0.0
  • 3.0.0
  • 3.0.0

Returns

  • Boolean
Gets the value of the lifecycleContainer property. ...

Gets the value of the lifecycleContainer property.

  • 3.6.0

Returns

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

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

Multiple listeners can be registered for the same event, so the callback parameter is used to determine which listener to remove.

When adding a listener, you must save a reference to the callback function in order to remove the listener later:

var listener = function() { Ti.API.info("Event listener called."); }
window.addEventListener('click', listener);

To remove the listener, pass in a reference to the callback function:

window.removeEventListener('click', listener);

Parameters

  • name : String

    Name of the event.

  • callback : Callback<Object>

    Callback function to remove. Must be the same function passed to addEventListener.

Returns

  • void
Sets the value of the bubbleParent property. ...

Sets the value of the bubbleParent property.

  • 3.0.0
  • 3.0.0
  • 3.0.0

Parameters

  • bubbleParent : Boolean

    New value for the property.

Returns

  • void
Sets the value of the lifecycleContainer property. ...

Sets the value of the lifecycleContainer property.

  • 3.6.0

Parameters

Returns

  • void