UITableViewRow Class Reference

The UITableViewRow is a data provider and cell creator for a row in a UITableView. More...

#import <UITableViewRow.h>

List of all members.

Public Member Functions

(void) - loadNib
 Loads the nib specified by "nibName".
(void) - didLoadNib
 Called after the nib was loaded.
(void) - willLoadNib
 Called before the nib is loaded.
(BOOL) - canMoveRowInGroup:atIndex:
 Whether or not this row can be moved from a group.
(id) - getCachedRowForTable:
 A shortcut to remember to first try and grab a cached row.
(UITableViewCell *) - cellForTable:
 Create and return a cell that displays this row's associated data.

Static Public Member Functions

(id) + rowOfClass:withCellIdentifier:
 Shortcut to get a row index and set the cell re-use identifier.
(id) + rowOfClass:withNibName:andCellIdentifier:
 Shortcut to get a row that has the nib name and cell identifier set.

Properties

NSStringnibName
 The nib name to load the cell from.
BOOL isSelectable
 Whether or not this row is selectable.
BOOL isEditable
 Whether or not this row is editable.
NSStringcellIdentifier
 A cached UITableViewCell identifier (see UITableView::dequeueReusableCellWithIdentifier:).
id data
 Generic data object for a row.

Detailed Description

The UITableViewRow is a data provider and cell creator for a row in a UITableView.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines