C# Class MonoTouch.Dialog.AddOn.MultilineEntryElement

Inheritance: MonoTouch.Dialog.Element, IElementSizing
Mostra file Open project: benhorgen/dotDialog

Public Properties

Property Type Description
Value string

Public Methods

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

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

MultilineEntryElement ( string caption, string placeholder, string value ) : System

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

Summary ( ) : string

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

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

MultilineEntryElement() public method

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

MultilineEntryElement() public method

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

Summary() public method

Constructs an EntryElement for password entry with the given caption, placeholder and initial value.
public Summary ( ) : string
return string

Property Details

Value public_oe property

public string Value
return string