C# Class LondonBike.StyledMultilineElement

Inheritance: MonoTouch.Dialog.StyledStringElement, IElementSizing
Mostrar archivo Open project: nicwise/londonbikeapp

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
StyledMultilineElement ( string caption ) : System
StyledMultilineElement ( string caption, NSAction tapped ) : System
StyledMultilineElement ( string caption, string value ) : 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

StyledMultilineElement() public method

public StyledMultilineElement ( string caption ) : System
caption string
return System

StyledMultilineElement() public method

public StyledMultilineElement ( string caption, NSAction tapped ) : System
caption string
tapped NSAction
return System

StyledMultilineElement() public method

public StyledMultilineElement ( string caption, string value ) : System
caption string
value string
return System