C# Класс Smeedee.iOS.RadioGroupTableViewSource

Наследование: UITableViewSource
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

BlackAccessoryCheckmark() публичный статический Метод

public static BlackAccessoryCheckmark ( ) : UIView
Результат UIView

GetCell() публичный Метод

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell

GetHeightForHeader() публичный Метод

public GetHeightForHeader ( UITableView tableView, int section ) : float
tableView UITableView
section int
Результат float

GetViewForHeader() публичный Метод

public GetViewForHeader ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
Результат UIView

NumberOfSections() публичный Метод

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Результат int

RadioGroupTableViewSource() публичный Метод

public RadioGroupTableViewSource ( RadioGroupTableViewController controller, string headline, IList labels, int selected ) : System
controller RadioGroupTableViewController
headline string
labels IList
selected int
Результат System

RowSelected() публичный Метод

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Результат void

RowsInSection() публичный Метод

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
Результат int

TitleForHeader() публичный Метод

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
Результат string