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

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

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
GetCellImpl ( UITableView tv ) : UITableViewCell

Method Details

GetCellImpl() protected method

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

HtmlElement() public method

public HtmlElement ( string caption, NSUrl url ) : System
caption string
url NSUrl
return System

HtmlElement() public method

public HtmlElement ( string caption, string url ) : System
caption string
url string
return System

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
return void