Method | Description | |
---|---|---|
Activated ( ) : void | ||
Deactivated ( ) : void | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : int | ||
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
RowsInSection ( UITableView tableview, int sectionIndex ) : int | ||
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void | ||
ViewSource ( |
||
ViewSource ( |
||
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void |
Method | Description | |
---|---|---|
NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell |
Method | Description | |
---|---|---|
PerformActionIfCellListElement ( UITableViewCell cell, NSIndexPath indexPath, Action |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
protected NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell | ||
cellId | NSString | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : int | ||
tableView | UITableView | |
return | int |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public RowsInSection ( UITableView tableview, int sectionIndex ) : int | ||
tableview | UITableView | |
sectionIndex | int | |
return | int |
public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void | ||
cell | UITableViewCell | |
indexPath | NSIndexPath | |
return | void |
public ViewSource ( |
||
controller | ||
return | System |
public ViewSource ( |
||
controller | ||
title | string | |
return | System |
public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
cell | UITableViewCell | |
indexPath | NSIndexPath | |
return | void |