C# 클래스 MonoTouch.Dialog.LoadMoreElement

상속: Element, IElementSizing
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 메소드들

메소드 설명
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
Layout ( ) : void
LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped ) : System
LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped, UIKit.UIFont font, UIKit.UIColor textColor ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

비공개 메소드들

메소드 설명
GetTextSize ( ) : SizeF

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

Layout() 공개 메소드

public Layout ( ) : void
리턴 void

LoadMoreElement() 공개 메소드

public LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped ) : System
normalCaption string
loadingCaption string
tapped Action
리턴 System

LoadMoreElement() 공개 메소드

public LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped, UIKit.UIFont font, UIKit.UIColor textColor ) : System
normalCaption string
loadingCaption string
tapped Action
font UIKit.UIFont
textColor UIKit.UIColor
리턴 System

Selected() 공개 메소드

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
리턴 void