C# Class MonoTouch.Dialog.Extensions.UrlImageStringElement

Inheritance: MonoTouch.Dialog.Element, IElementSizing
Exibir arquivo Open project: SuperYeti/MonoTouch.Dialog.Extensions Class Usage Examples

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
UrlImageStringElement ( string caption, Uri imageUrl ) : System

Method Details

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
indexPath NSIndexPath
return void

UrlImageStringElement() public method

public UrlImageStringElement ( string caption, Uri imageUrl ) : System
caption string
imageUrl System.Uri
return System