C# 클래스 CrossUI.iOS.Dialog.OldElements.LoadMoreElement

상속: CrossUI.iOS.Dialog.Elements.Element, IElementSizing
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 프로퍼티들

프로퍼티 타입 설명
Font UIKit.UIFont
Height nfloat?

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

GetCellImpl() 보호된 메소드

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

GetHeight() 공개 메소드

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

LoadMoreElement() 공개 메소드

public LoadMoreElement ( ) : CoreGraphics
리턴 CoreGraphics

LoadMoreElement() 공개 메소드

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

LoadMoreElement() 공개 메소드

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

Selected() 공개 메소드

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

프로퍼티 상세

Font 공개적으로 프로퍼티

public UIFont,UIKit Font
리턴 UIKit.UIFont

Height 공개적으로 프로퍼티

public nfloat? Height
리턴 nfloat?