Event Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
H
 handleStatusBarHeightChange, UIWindow
O
 onAccelerate
 onBecomeFirstResponder, UIResponder
 onButtonClicked
 onButtonPressed, UIButtonBar
 onCanDeleteRow
 onCanMoveRow
 onCanSelectRow
 onCellChecked, UIPickerView
 onClearButtonClicked, UITextField
 onConnect, Socket
 onData
 onDisclosureClickableForRow
 onDisconnect
 onGestureChanged, UIResponder
 onGestureEnded, UIResponder
 onGestureStarted, UIResponder
 onGetCell
 onGetCellForGroup, UIPreferencesTable
 onGetHeightForRow, UIPreferencesTable
 onGetNumberOfGroups, UIPreferencesTable
 onGetNumberOfRows
 onGetNumberOfRowsInGroup, UIPreferencesTable
 onGetNumberOfSections, UISectionList
 onGetSectionRow, UISectionList
 onGetSectionTitle, UISectionList
 onIsLabelGroup, UIPreferencesTable
 onKeyDown, UIResponder
 onKeyUp, UIResponder
 onLoad
 onMouseDown, UIResponder
 onMouseDragged, UIResponder
 onMouseEntered, UIResponder
 onMouseExited, UIResponder
 onMouseMoved, UIResponder
 onMouseUp, UIResponder
 onPressed, UIPushButton
 onreadystatechange, XmlHttpRequest
 onRequest, HttpServer
 onResignFirstResponder, UIResponder
 onReturn, UIPreferencesTextTableCell
 onRightButtonClicked, UITextField
 onRowDeleted
 onRowMoved
 onRowSelected
 onScrollWheel, UIResponder
 onShouldInsertText
 onShowDisclosureForRow
 onStart, UIAnimation
 onStop, UIAnimation
 onSwipe, UIResponder
 onTap, UIResponder
 onTimer, Timer
 onTransitionDone, UITransitionView
 onUnload
 onValueChanged
callback void handleStatusBarHeightChange()
callback void onAccelerate(double ,
double ,
double z)
Triggered by the accelerometer.
callback onBecomeFirstResponder()
callback onButtonClicked(int button)
callback void onButtonClicked(UINavigationBar bar ,
int buttonClicked)
bar (UINavigationBar) buttonClicked (int)
callback onButtonPressed(UIButtonBar bar ,
int button)
callback bool onCanDeleteRow(UISectionList list ,
int row)
callback bool onCanDeleteRow(UITable table ,
int row)
callback bool onCanMoveRow(UISectionList list ,
int row)
callback bool onCanMoveRow(UITable table ,
int row)
callback bool onCanSelectRow(UISectionList list ,
int row)
callback bool onCanSelectRow(UITable table ,
int row)
callback onCellChecked(UIPickerView picker ,
int row ,
bool checked)
callback void onClearButtonClicked()
callback bool onConnect(int connection ,
string address)
This function is called whenever a new connection is accepted but before any data is read from it.
callback onData(Data data)
This function is called when data arrives on the socket.
callback onData(int connection ,
string data)
This function is called when data arrives on the socket.
callback bool onDisclosureClickableForRow(UISectionList list ,
int row)
If false, table row will be selected if user clicks on disclosure arrow.
callback bool onDisclosureClickableForRow(UITable table ,
int row)
If false, table row will be selected if user clicks on disclosure arrow.
callback onDisconnect( )
Called whenever the connection is closed, either because the remote host closed it, you closed it or there was an error that caused it to close.
callback onDisconnect(HttpServerRequest request)
If present this function is invoked when the underlying connection is closed, by calling close, by the client or due to a network error.
callback onDisconnect(int connection)
Called whenever a connection is closed, either because the remote host closed it, you closed it or there was an error that caused it to close.
callback bool onGestureChanged(jsval event)
event (jsval)
callback bool onGestureEnded(jsval event)
event (jsval)
callback bool onGestureStarted(jsval event)
event (jsval)
callback UIPickerTableCell onGetCell(UIPickerView picker ,
int row)
Return a single cell.
callback UIPreferencesTableCell onGetCell(UIPreferencesTable table ,
int group ,
int row)
callback UITableCell onGetCell(UISectionList list ,
int column ,
int row)
Return a single cell.
callback UITableCell onGetCell(UITable table ,
int column ,
int row)
Return a single cell.
callback UIPreferencesTableCell onGetCellForGroup(UIPreferencesTable table ,
int group)
callback double onGetHeightForRow(UIPreferencesTable table ,
int group ,
int row ,
double proposedHeight)
callback int onGetNumberOfGroups(UIPreferencesTable table)
callback int onGetNumberOfRows(UIPickerView picker)
Return the number of rows you want the picker to have.
callback int onGetNumberOfRows(UISectionList list)
Return the number of rows you want the table to have.
callback int onGetNumberOfRows(UITable table)
Return the number of rows you want the table to have.
callback int onGetNumberOfRowsInGroup(UIPreferencesTable table ,
int group)
callback int onGetNumberOfSections(UISectionList list)
callback int onGetSectionRow(UISectionList list ,
int section)
callback string onGetSectionTitle(UISectionList list ,
int section)
callback bool onIsLabelGroup(UIPreferencesTable table ,
int group)
callback bool onKeyDown(jsval event)
event (jsval)
callback bool onKeyUp(jsval event)
event (jsval)
callback void onLoad()
If present, this function is executed immediately after the application finishes launching.
callback bool onMouseDown(jsval event)
event (jsval)
callback bool onMouseDragged(jsval event)
event (jsval)
callback bool onMouseEntered(jsval event)
event (jsval)
callback bool onMouseExited(jsval event)
event (jsval)
callback bool onMouseMoved(jsval event)
event (jsval)
callback bool onMouseUp(jsval event)
event (jsval)
callback onPressed( )
callback void onreadystatechange()
callback void onRequest(HttpServerRequest request)
If this function exists, it will be called when a complete request is received by the HttpServer.
callback onResignFirstResponder()
callback onReturn(UIPreferencesTextTableCell cell)
callback void onRightButtonClicked()
callback onRowDeleted(UISectionList list ,
int row)
callback onRowDeleted(UITable table ,
int row)
callback onRowMoved(UISectionList list ,
int fromRow ,
int toRow)
callback onRowMoved(UITable table ,
int fromRow ,
int toRow)
callback void onRowSelected(UISectionList list ,
int row)
callback void onRowSelected(UITable table ,
int row)
callback bool onScrollWheel(jsval event)
event (jsval)
callback bool onShouldInsertText(string text ,
int isMarked)
text (string) isMarked (int)
callback bool onShouldInsertText(string text ,
int isMarked)
text (string) isMarked (int)
callback bool onShowDisclosureForRow(UISectionList list ,
int row)
Return true if you want this row to have a disclosure (little arrow on the right)
callback bool onShowDisclosureForRow(UITable table ,
int row)
Return true if you want this row to have a disclosure (little arrow on the right)
callback onStart(UIAnimation animation)
callback onStop(UIAnimation animation)
callback void onTap(int tapCount ,
int fingerCount ,
jsval event)
tapCount (int) fingerCount (int) event (jsval)
callback void onTimer(Timer timer)
This handler will be called every time the timer fires.
callback void onTransitionDone(UITransitionView view)
callback void onUnload()
This event happens just before the application terminates.
callback onValueChanged(double value)
callback onValueChanged(bool value)