C# Class MonoTouch.Dialog.AddOn.MultiLineEntrySubTextItem

Inheritance: MonoTouch.Dialog.Element, IElementSizing
显示文件 Open project: benhorgen/dotDialog

Public Properties

Property Type Description
Rows int
Value string

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, NSIndexPath indexPath ) : float
MultiLineEntrySubTextItem ( string caption, string value, bool bottomItem ) : System

Constructs an EntryElement with the given caption, placeholder and initial value.

Summary ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ComputeEntryPosition ( UITableView tv, UITableViewCell cell ) : SizeF

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

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

MultiLineEntrySubTextItem() public method

Constructs an EntryElement with the given caption, placeholder and initial value.
public MultiLineEntrySubTextItem ( string caption, string value, bool bottomItem ) : System
caption string /// The caption to use ///
value string /// Initial value. ///
bottomItem bool
return System

Summary() public method

public Summary ( ) : string
return string

Property Details

Rows public_oe property

public int Rows
return int

Value public_oe property

public string Value
return string