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

Inheritance: Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.Element, IElementSizing
Afficher le fichier Open project: runegri/Android.Dialog

Méthodes publiques

Свойство Type Description
Font UIFont
Height float?

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetCellImpl ( UITableView tv ) : UITableViewCell

Private Methods

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

Method Details

GetCellImpl() protected méthode

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

LoadMoreElement() public méthode

public LoadMoreElement ( ) : System
Résultat System

LoadMoreElement() public méthode

public LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped ) : System
normalCaption string
loadingCaption string
tapped Action
Résultat System

LoadMoreElement() public méthode

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

Selected() public méthode

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
Résultat void

Property Details

Font public_oe property

public UIFont Font
Résultat UIFont

Height public_oe property

public float? Height
Résultat float?