C# Class MonoMobile.Dialog.DialogViewController.Source

Inheritance: UITableViewSource
Exibir arquivo Open project: moljac/MonoMobile.Dialog

Protected Properties

Property Type Description
Container DialogViewController
Root RootElement

Public Methods

Method 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
RowDeselected ( UITableView tableView, NSIndexPath indexPath ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int
Scrolled ( UIScrollView scrollView ) : void
Source ( DialogViewController container ) : System
TitleForFooter ( UITableView tableView, int section ) : string
TitleForHeader ( UITableView tableView, int section ) : string
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

Method Details

AccessoryButtonTapped() public method

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

DraggingEnded() public method

public DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
scrollView UIScrollView
willDecelerate bool
return void

DraggingStarted() public method

public DraggingStarted ( UIScrollView scrollView ) : void
scrollView UIScrollView
return void

GetCell() public method

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

GetHeightForFooter() public method

public GetHeightForFooter ( UITableView tableView, int sectionIdx ) : float
tableView UITableView
sectionIdx int
return float

GetHeightForHeader() public method

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

GetViewForFooter() public method

public GetViewForFooter ( UITableView tableView, int sectionIdx ) : UIView
tableView UITableView
sectionIdx int
return UIView

GetViewForHeader() public method

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

NumberOfSections() public method

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

RowDeselected() public method

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

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

Scrolled() public method

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
return void

Source() public method

public Source ( DialogViewController container ) : System
container DialogViewController
return System

TitleForFooter() public method

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

TitleForHeader() public method

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

WillDisplay() public method

public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
return void

Property Details

Container protected_oe property

protected DialogViewController,MonoMobile.Dialog Container
return DialogViewController

Root protected_oe property

protected RootElement,MonoMobile.Dialog Root
return RootElement