C# Класс CrossUI.iOS.Dialog.OldElements.LoadMoreElement

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
Результат CoreGraphics

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

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

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

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

public UIFont,UIKit Font
Результат UIKit.UIFont

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

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