C# Class CrossUI.iOS.Dialog.Elements.MultilineElement

Inheritance: StringElement, IElementSizing
Mostra file Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : nfloat
MultilineElement ( string caption = "" ) : CoreGraphics
MultilineElement ( string caption, System.Action tapped ) : CoreGraphics
MultilineElement ( string caption, string value ) : CoreGraphics

Protected Methods

Method Description
GetCellImpl ( UITableView tv ) : UITableViewCell

Method Details

GetCellImpl() protected method

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

GetHeight() public method

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

MultilineElement() public method

public MultilineElement ( string caption = "" ) : CoreGraphics
caption string
return CoreGraphics

MultilineElement() public method

public MultilineElement ( string caption, System.Action tapped ) : CoreGraphics
caption string
tapped System.Action
return CoreGraphics

MultilineElement() public method

public MultilineElement ( string caption, string value ) : CoreGraphics
caption string
value string
return CoreGraphics