C# 클래스 Smeedee.iOS.RadioGroupTableViewSource

상속: UITableViewSource
파일 보기 프로젝트 열기: Smeedee/Smeedee-Mobile 1 사용 예제들

공개 메소드들

메소드 설명
BlackAccessoryCheckmark ( ) : UIView
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForHeader ( UITableView tableView, int section ) : float
GetViewForHeader ( UITableView tableView, int section ) : UIView
NumberOfSections ( UITableView tableView ) : int
RadioGroupTableViewSource ( RadioGroupTableViewController controller, string headline, IList labels, int selected ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TitleForHeader ( UITableView tableView, int section ) : string

메소드 상세

BlackAccessoryCheckmark() 공개 정적인 메소드

public static BlackAccessoryCheckmark ( ) : UIView
리턴 UIView

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

GetHeightForHeader() 공개 메소드

public GetHeightForHeader ( UITableView tableView, int section ) : float
tableView UITableView
section int
리턴 float

GetViewForHeader() 공개 메소드

public GetViewForHeader ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
리턴 UIView

NumberOfSections() 공개 메소드

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

RadioGroupTableViewSource() 공개 메소드

public RadioGroupTableViewSource ( RadioGroupTableViewController controller, string headline, IList labels, int selected ) : System
controller RadioGroupTableViewController
headline string
labels IList
selected int
리턴 System

RowSelected() 공개 메소드

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

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
리턴 int

TitleForHeader() 공개 메소드

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