C# 클래스 CrossUI.iOS.Dialog.DialogViewController.Source

상속: UITableViewSource
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

보호된 프로퍼티들

프로퍼티 타입 설명
Container DialogViewController
Root RootElement

공개 메소드들

메소드 설명
AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
DraggingEnded ( UIScrollView scrollView, bool willDecelerate ) : void
DraggingStarted ( UIScrollView scrollView ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForFooter ( UITableView tableView, nint sectionIdx ) : nfloat
GetHeightForHeader ( UITableView tableView, nint sectionIdx ) : nfloat
GetViewForFooter ( UITableView tableView, nint sectionIdx ) : UIView
GetViewForHeader ( UITableView tableView, nint sectionIdx ) : UIView
NumberOfSections ( UITableView tableView ) : nint
RowDeselected ( UITableView tableView, NSIndexPath indexPath ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
Scrolled ( UIScrollView scrollView ) : void
Source ( DialogViewController container ) : CoreGraphics
TitleForFooter ( UITableView tableView, nint section ) : string
TitleForHeader ( UITableView tableView, nint section ) : string
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

메소드 상세

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, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

GetHeightForFooter() 공개 메소드

public GetHeightForFooter ( UITableView tableView, nint sectionIdx ) : nfloat
tableView UITableView
sectionIdx nint
리턴 nfloat

GetHeightForHeader() 공개 메소드

public GetHeightForHeader ( UITableView tableView, nint sectionIdx ) : nfloat
tableView UITableView
sectionIdx nint
리턴 nfloat

GetViewForFooter() 공개 메소드

public GetViewForFooter ( UITableView tableView, nint sectionIdx ) : UIView
tableView UITableView
sectionIdx nint
리턴 UIView

GetViewForHeader() 공개 메소드

public GetViewForHeader ( UITableView tableView, nint sectionIdx ) : UIView
tableView UITableView
sectionIdx nint
리턴 UIView

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
리턴 nint

RowDeselected() 공개 메소드

public RowDeselected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
리턴 nint

Scrolled() 공개 메소드

public Scrolled ( UIScrollView scrollView ) : void
scrollView UIScrollView
리턴 void

Source() 공개 메소드

public Source ( DialogViewController container ) : CoreGraphics
container DialogViewController
리턴 CoreGraphics

TitleForFooter() 공개 메소드

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
리턴 string

TitleForHeader() 공개 메소드

public TitleForHeader ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
리턴 string

WillDisplay() 공개 메소드

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

프로퍼티 상세

Container 보호되어 있는 프로퍼티

protected DialogViewController,CrossUI.iOS.Dialog Container
리턴 DialogViewController

Root 보호되어 있는 프로퍼티

protected RootElement Root
리턴 RootElement