C# Class MonoTouch.Dialog.DialogViewController.Source

Inheritance: UITableViewSource
显示文件 Open project: escoz/MonoMobile.Forms

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
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 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

RowSelected() public method

public RowSelected ( UITableView tableView, MonoTouch indexPath ) : void
tableView UITableView
indexPath MonoTouch
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

SectionIndexTitles() public method

public SectionIndexTitles ( UITableView tableView ) : string[]
tableView UITableView
return string[]

Source() public method

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

TableScrollOffset() public method

public TableScrollOffset ( ) : float
return float

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

Property Details

Container protected_oe property

protected DialogViewController,MonoTouch.Dialog Container
return DialogViewController

Root protected_oe property

protected RootElement,MonoTouch.Dialog Root
return RootElement