C# Class MonoMobile.Dialog.LoadMoreElement

Inheritance: Element, IElementSizing
Mostra file Open project: moljac/MonoMobile.Dialog

Public Properties

Property Type Description
Font UIFont
Height float?

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
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

Private Methods

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

Method Details

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

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

LoadMoreElement() public method

public LoadMoreElement ( ) : System
return System

LoadMoreElement() public method

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

LoadMoreElement() public method

public LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped, UIFont font, UIColor textColor ) : System
normalCaption string
loadingCaption string
tapped Action
font UIFont
textColor UIColor
return System

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 Font
return UIFont

Height public_oe property

public float? Height
return float?