C# Class Cirrious.MvvmCross.Dialog.Touch.Dialog.OldElements.LoadMoreElement

Inheritance: Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.Element, IElementSizing
Exibir arquivo Open project: runegri/Android.Dialog

Public Properties

Property Type Description
Font UIFont
Height float?

Public Methods

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

Protected Methods

Method Description
GetCellImpl ( UITableView tv ) : UITableViewCell

Private Methods

Method Description
GetTextSize ( string text ) : SizeF
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 ) : 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?