Titanium.UI.iPad

Submodule of Titanium.UI.
Platform Since
iPad 1.2

Summary

iPad specific UI capabilities.

Description

All properties, methods and events in this namespace will only work on the Apple iPad related devices. To develop for iPad, you will need the Apple iPhone SDK 3.2 or later and Titanium Mobile SDK 1.2 or later.

For iPad UI programming guidelines, please review the [iPad Human Interface Guidelines] (http://developer.apple.com/iphone/library/documentation/General/Conceptual/iPadHIG/Introduction/Introduction.html).

Objects

Name Summary
Titanium.UI.iPad.DocumentViewer

A DocumentViewer provides in-app support for managing user interactions with files in the local system.

Titanium.UI.iPad.Popover

A Popover is used to manage the presentation of content in a popover.

Titanium.UI.iPad.SplitWindow

A SplitWindow is a window that manages the presentation of two side-by-side view controllers.

Methods

Name Summary
addEventListener

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

createDocumentViewer

Create and return an instance of Titanium.UI.iPad.DocumentViewer.

createPopover

Create and return an instance of Titanium.UI.iPad.Popover.

createSplitWindow

Create and return an instance of Titanium.UI.iPad.SplitWindow.

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

An arrow that points in any direction. read-only

POPOVER_ARROW_DIRECTION_DOWN Number

An arrow that points downward. read-only

POPOVER_ARROW_DIRECTION_LEFT Number

An arrow that points toward the left. read-only

POPOVER_ARROW_DIRECTION_RIGHT Number

An arrow that points toward the right. read-only

POPOVER_ARROW_DIRECTION_UNKNOWN Number

The status of the arrow is currently unknown. read-only

POPOVER_ARROW_DIRECTION_UP Number

An arrow that points upward. read-only

Events

This type has no events.