Method | Description | |
---|---|---|
BecomeFirstResponder ( bool animated ) : void |
Makes this cell the first responder (get the focus)
|
|
FetchValue ( ) : void |
Copies the value from the UITextField in the EntryElement to the Value property and raises the Changed event if necessary.
|
|
GetCell ( UITableView tv ) : UITableViewCell | ||
GetHeight ( MonoTouch tableView, MonoTouch indexPath ) : float | ||
Matches ( string text ) : bool | ||
MultilineEntryElement ( string caption, string value ) : System |
Constructs an MultilineEntryElement with the given caption, placeholder and initial value.
|
|
ResignFirstResponder ( bool animated ) : void | ||
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void | ||
Summary ( ) : string |
Method | Description | |
---|---|---|
CreateTextField ( |
||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
ComputeEntryPosition ( UITableView tv, UITableViewCell cell ) : |
public BecomeFirstResponder ( bool animated ) : void | ||
animated | bool | /// Whether scrolling to the location of this cell should be animated /// |
return | void |
protected CreateTextField ( |
||
frame | ||
return |
public GetCell ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
return | UITableViewCell |
public GetHeight ( MonoTouch tableView, MonoTouch indexPath ) : float | ||
tableView | MonoTouch | |
indexPath | MonoTouch | |
return | float |
public MultilineEntryElement ( string caption, string value ) : System | ||
caption | string | /// The caption to use /// |
value | string | /// Initial value. /// |
return | System |
public ResignFirstResponder ( bool animated ) : void | ||
animated | bool | |
return | void |
public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void | ||
dvc | DialogViewController | |
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |