C# Class CrossUI.iOS.Dialog.OldElements.LoadMoreElement

Inheritance: CrossUI.iOS.Dialog.Elements.Element, IElementSizing
显示文件 Open project: MvvmCross/MvvmCross

Public Properties

Property Type Description
Font UIKit.UIFont
Height nfloat?

Public Methods

Method Description
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

Protected Methods

Method Description
GetCellImpl ( UITableView tv ) : UITableViewCell

Private Methods

Method Description
GetTextSize ( string text ) : CGSize
Layout ( UITableViewCell cell, UIActivityIndicatorView activityIndicator, UILabel caption ) : void

Method Details

GetCellImpl() protected method

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

LoadMoreElement() public method

public LoadMoreElement ( ) : CoreGraphics
return CoreGraphics

LoadMoreElement() public method

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

LoadMoreElement() public method

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
return CoreGraphics

Selected() public method

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

Property Details

Font public_oe property

public UIFont,UIKit Font
return UIKit.UIFont

Height public_oe property

public nfloat? Height
return nfloat?