iOSTable |
Top Previous Next |
Extends iOSObject. Extends SeSSimulatedObject.
Behavior Pattern: iOSObjectTableSelectableBehavior
Property Summary
Action Summary
Property Detail
ItemCountNumber of items.
Type: number
Accessors: GetItemCount
ItemIndexByNameReturns item index by its name. 'false' if name is not found.
Getter Parameters:
Type: number|boolean
Accessors: GetItemIndexByName
ItemTextAtText of the item at the specified index
Type: string
Accessors: GetItemTextAt
Action Detail
DoSelectItem(index)Selects an item with the specified index.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
|