C# 클래스 Cirrious.MvvmCross.Dialog.Touch.Dialog.OldElements.LoadMoreElement

상속: Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.Element, IElementSizing
파일 보기 프로젝트 열기: runegri/Android.Dialog

공개 프로퍼티들

프로퍼티 타입 설명
Font UIFont
Height float?

공개 메소드들

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

보호된 메소드들

메소드 설명
GetCellImpl ( UITableView tv ) : UITableViewCell

비공개 메소드들

메소드 설명
GetTextSize ( string text ) : SizeF
Layout ( UITableViewCell cell, UIActivityIndicatorView activityIndicator, UILabel caption ) : void

메소드 상세

GetCellImpl() 보호된 메소드

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetHeight() 공개 메소드

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

LoadMoreElement() 공개 메소드

public LoadMoreElement ( ) : System
리턴 System

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, UIFont font, UIColor textColor ) : System
normalCaption string
loadingCaption string
tapped Action
font UIFont
textColor UIColor
리턴 System

Selected() 공개 메소드

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

프로퍼티 상세

Font 공개적으로 프로퍼티

public UIFont Font
리턴 UIFont

Height 공개적으로 프로퍼티

public float? Height
리턴 float?