C# Класс Cirrious.MvvmCross.Dialog.Touch.Dialog.OldElements.LoadMoreElement

Наследование: Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.Element, IElementSizing
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Font UIFont
Height float?

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
GetCellImpl ( UITableView tv ) : UITableViewCell

Приватные методы

Метод Описание
GetTextSize ( string text ) : SizeF
Layout ( UITableViewCell cell, UIActivityIndicatorView activityIndicator, UILabel caption ) : void

Описание методов

GetCellImpl() защищенный Метод

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
Результат UITableViewCell

GetHeight() публичный Метод

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Результат float

LoadMoreElement() публичный Метод

public LoadMoreElement ( ) : System
Результат System

LoadMoreElement() публичный Метод

public LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped ) : System
normalCaption string
loadingCaption string
tapped Action
Результат System

LoadMoreElement() публичный Метод

public LoadMoreElement ( string normalCaption, string loadingCaption, Action tapped, UIFont font, UIColor textColor ) : System
normalCaption string
loadingCaption string
tapped Action
font UIFont
textColor UIColor
Результат System

Selected() публичный Метод

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
Результат void

Описание свойств

Font публичное свойство

public UIFont Font
Результат UIFont

Height публичное свойство

public float? Height
Результат float?