Titanium.UI

Properties

KEYBOARD_ASCII
Full ASCII keyboard
KEYBOARD_EMAIL_ADDRESS
ASCII keyboard with email keys like '@'.
KEYBOARD_NUMBERS_PUNCTUATION
Full ASCII keyboard with Numbers and Punctuation visible.
KEYBOARD_NUMBER_PAD
Current same as KEYBOARD_NUMBERS_PUNCTUATION
KEYBOARD_PHONE_PAD
Phone dialpad keys
KEYBOARD_URL
ASCII keyboard with URL keys like '.com'
MAP_VIEW_HYBRID
Hybrid map view
MAP_VIEW_SATELLITE
Satellite map view
MAP_VIEW_STANDARD
Standard map view
RETURNKEY_DONE
Displays the Done button.
RETURNKEY_EMERGENCY_CALL
Displays the Go button. (Soft keyboard doesn't allow for text change yet)
RETURNKEY_GO
Displays the Go button.
RETURNKEY_GOOGLE
Displays the Go button. (Soft keyboard doesn't allow for text change yet)
RETURNKEY_JOIN
Displays the Go button. (Soft keyboard doesn't allow for text change yet)
RETURNKEY_NEXT
Displays the Next button.
RETURNKEY_ROUTE
Displays the Go button. (Soft keyboard doesn't allow for text change yet)
RETURNKEY_SEARCH
Displays the Search button.
RETURNKEY_YAHOO
Displays the Go button. (Soft keyboard doesn't allow for text change yet)
TABLEVIEW_POSITION_ANY
Position the row at top if currently above the tableview. Position the row at bottom if currently below the tableview. Don't change if already visible in the tableview.
TABLEVIEW_POSITION_BOTTOM
Position the row at the top of the tableview.
TABLEVIEW_POSITION_MIDDLE
Position the row in the middle of the tableview
TABLEVIEW_POSITION_TOP
Position the row at the top of the tableview.

Methods

UserWindow ( options )
UserWindow
addEventListener ( eventName, eventHander )
Add application level listener
createActivityIndicator ( options )
Create an activity indicator
createAlertDialog ( options )
Create an alert dialog
createButton ( options )
Create a native button
createCompositeView ( options )
Create a composite view
createEmailDialog ( options )
Create an email dialog. Uses ACTION_SEND.
createImageView ( options )
Create an image view
createMapView ( options )
Create a map view
createMenu ( )
Create a new root menu item
createNotification ( options )
Create a notification object
createOptionDialog ( options )
Create an option dialog
createProgressBar ( options )
Create an activity indicator
createScrollableView ( options )
Create a scrollable view
createSlider ( options )
Create a native Slider
createSwitch ( options )
Create a native toggle
createTableView ( options )
Create a table view
createTextArea ( options )
Create a native text editor
createTextField ( options )
Create a native text field
createWebView ( options )
Create a web view
createWindow ( options )
Create a new window
currentView ( )
The current View in the current window.
currentWindow ( )
The current UserWindow
getTabs ( )
Get a list of the tabs
getTagByName ( name )
Get the tab that corresponds to the window id/name listed in tiapp.xml
removeEventListener ( eventName, listenerId )
Remove application level listener
setActiveTab ( Tab )
Switch to new tab
setMenu ( m )
Associate a menu with the current window

Objects

ActivityIndicator
UI.ActivityIndicator Object
AlertDialog
UI.AlertDialog Object
Android
UI.Android Object
Button
UI.Button Object
CompositeView
UI.CompositeView Object
DatePicker
UI.DatePicker Object
EmailDialog
UI.EmailDialog Object
ImageView
UI.ImageView Object
MapView
UI.MapView Object
MenuItem
UI.MenuItem Object
Notifier
UI.Notifier Object
OptionDialog
UI.OptionDialog Object
Picker
UI.Picker Object
ScrollableView
UI.ScrollableView Object
SearchBar
UI.SearchBar Object
Slider
UI.Slider Object
Switch
UI.Switch Object
TableView
UI.TableView Object
TextArea
UI.TextArea Object
TextField
UI.TextField Object
Last Modified on July 7, 2009, 05:07 AM by Jeff Haynie Edit | History