C# Class Smeedee.iOS.RadioGroupTableViewSource

Inheritance: UITableViewSource
Show file Open project: Smeedee/Smeedee-Mobile Class Usage Examples

Public Methods

Method Description
BlackAccessoryCheckmark ( ) : UIView
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForHeader ( UITableView tableView, int section ) : float
GetViewForHeader ( UITableView tableView, int section ) : UIView
NumberOfSections ( UITableView tableView ) : int
RadioGroupTableViewSource ( RadioGroupTableViewController controller, string headline, IList labels, int selected ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TitleForHeader ( UITableView tableView, int section ) : string

Method Details

BlackAccessoryCheckmark() public static method

public static BlackAccessoryCheckmark ( ) : UIView
return UIView

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

GetHeightForHeader() public method

public GetHeightForHeader ( UITableView tableView, int section ) : float
tableView UITableView
section int
return float

GetViewForHeader() public method

public GetViewForHeader ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
return UIView

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
return int

RadioGroupTableViewSource() public method

public RadioGroupTableViewSource ( RadioGroupTableViewController controller, string headline, IList labels, int selected ) : System
controller RadioGroupTableViewController
headline string
labels IList
selected int
return System

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
return int

TitleForHeader() public method

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
return string