C# Class Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.HtmlElement

Used to display a cell that will launch a web browser when selected.
Inheritance: Element
Afficher le fichier Open project: runegri/Android.Dialog Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
HtmlElement ( string caption, NSUrl url ) : System
HtmlElement ( string caption, string url ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Méthodes protégées

Méthode Description
GetCellImpl ( UITableView tv ) : UITableViewCell

Method Details

GetCellImpl() protected méthode

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

HtmlElement() public méthode

public HtmlElement ( string caption, NSUrl url ) : System
caption string
url NSUrl
Résultat System

HtmlElement() public méthode

public HtmlElement ( string caption, string url ) : System
caption string
url string
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