C# Класс MonoTouch.Dialog.DialogViewController.Source

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

Защищенные свойства (Protected)

Свойство Тип Описание
Container DialogViewController
Root RootElement

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

Метод Описание
AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
DraggingStarted ( UIScrollView scrollView ) : void
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
GetHeightForFooter ( UITableView tableView, int sectionIdx ) : float
GetHeightForHeader ( UITableView tableView, int sectionIdx ) : float
GetViewForFooter ( UITableView tableView, int sectionIdx ) : UIView
GetViewForHeader ( UITableView tableView, int sectionIdx ) : UIView
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, MonoTouch indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int
Scrolled ( UIScrollView scrollView ) : void
SectionIndexTitles ( UITableView tableView ) : string[]
Source ( DialogViewController container ) : System
TableScrollOffset ( ) : float
TitleForFooter ( UITableView tableView, int section ) : string
TitleForHeader ( UITableView tableView, int section ) : string

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

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

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

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

public DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
scrollView UIScrollView
willDecelerate bool
Результат void

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

public DraggingStarted ( UIScrollView scrollView ) : void
scrollView UIScrollView
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
Результат void

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

public SectionIndexTitles ( UITableView tableView ) : string[]
tableView UITableView
Результат string[]

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

public Source ( DialogViewController container ) : System
container DialogViewController
Результат System

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

public TableScrollOffset ( ) : float
Результат float

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

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

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

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

Описание свойств

Container защищенное свойство

protected DialogViewController,MonoTouch.Dialog Container
Результат DialogViewController

Root защищенное свойство

protected RootElement,MonoTouch.Dialog Root
Результат RootElement