C# Class MonoTouch.Dialog.DialogViewController.Source

Inheritance: UITableViewSource
Afficher le fichier Open project: escoz/MonoMobile.Forms

Protected Properties

Свойство Type Description
Container DialogViewController
Root RootElement

Méthodes publiques

Méthode Description
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

Method Details

AccessoryButtonTapped() public méthode

public AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

DraggingEnded() public méthode

public DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
scrollView UIScrollView
willDecelerate bool
Résultat void

DraggingStarted() public méthode

public DraggingStarted ( UIScrollView scrollView ) : void
scrollView UIScrollView
Résultat void

GetCell() public méthode

public GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
tableView UITableView
indexPath MonoTouch
Résultat UITableViewCell

GetHeightForFooter() public méthode

public GetHeightForFooter ( UITableView tableView, int sectionIdx ) : float
tableView UITableView
sectionIdx int
Résultat float

GetHeightForHeader() public méthode

public GetHeightForHeader ( UITableView tableView, int sectionIdx ) : float
tableView UITableView
sectionIdx int
Résultat float

GetViewForFooter() public méthode

public GetViewForFooter ( UITableView tableView, int sectionIdx ) : UIView
tableView UITableView
sectionIdx int
Résultat UIView

GetViewForHeader() public méthode

public GetViewForHeader ( UITableView tableView, int sectionIdx ) : UIView
tableView UITableView
sectionIdx int
Résultat UIView

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Résultat int

RowSelected() public méthode

public RowSelected ( UITableView tableView, MonoTouch indexPath ) : void
tableView UITableView
indexPath MonoTouch
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
Résultat int

Scrolled() public méthode

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
Résultat void

SectionIndexTitles() public méthode

public SectionIndexTitles ( UITableView tableView ) : string[]
tableView UITableView
Résultat string[]

Source() public méthode

public Source ( DialogViewController container ) : System
container DialogViewController
Résultat System

TableScrollOffset() public méthode

public TableScrollOffset ( ) : float
Résultat float

TitleForFooter() public méthode

public TitleForFooter ( UITableView tableView, int section ) : string
tableView UITableView
section int
Résultat string

TitleForHeader() public méthode

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
Résultat string

Property Details

Container protected_oe property

protected DialogViewController,MonoTouch.Dialog Container
Résultat DialogViewController

Root protected_oe property

protected RootElement,MonoTouch.Dialog Root
Résultat RootElement