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

Inheritance: CrossUI.iOS.Dialog.Elements.Element, IElementSizing
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Свойство Type Description
Font UIKit.UIFont
Height nfloat?

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetCellImpl ( UITableView tv ) : UITableViewCell

Private Methods

Méthode Description
GetTextSize ( string text ) : CGSize
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 ) : nfloat
tableView UITableView
indexPath NSIndexPath
Résultat nfloat

LoadMoreElement() public méthode

public LoadMoreElement ( ) : CoreGraphics
Résultat CoreGraphics

LoadMoreElement() public méthode

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

LoadMoreElement() public méthode

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
Résultat CoreGraphics

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,UIKit Font
Résultat UIKit.UIFont

Height public_oe property

public nfloat? Height
Résultat nfloat?