C# 클래스 MonoTouch.Dialog.DialogViewController.Source

상속: UITableViewSource
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms

보호된 프로퍼티들

프로퍼티 타입 설명
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