C# 클래스 Cirrious.MvvmCross.Dialog.Touch.Dialog.Elements.HtmlElement

Used to display a cell that will launch a web browser when selected.
상속: Element
파일 보기 프로젝트 열기: runegri/Android.Dialog 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
HtmlElement ( string caption, NSUrl url ) : System
HtmlElement ( string caption, string url ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

보호된 메소드들

메소드 설명
GetCellImpl ( UITableView tv ) : UITableViewCell

메소드 상세

GetCellImpl() 보호된 메소드

protected GetCellImpl ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

HtmlElement() 공개 메소드

public HtmlElement ( string caption, NSUrl url ) : System
caption string
url NSUrl
리턴 System

HtmlElement() 공개 메소드

public HtmlElement ( string caption, string url ) : System
caption string
url string
리턴 System

Selected() 공개 메소드

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