C# Class MonoTouch.Dialog.EntryElement

An element that can be used to enter text.
This element can be used to enter text both regular and password protected entries. The Text fields in a given section are aligned with each other.
Inheritance: Element
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
AutoCapitalize UITextAutocapitalizationType
AutoCorrection UITextAutocorrectionType
IsPassword bool
KeyboardType UIKeyboardType
MaxLength int
Placeholder string
ReturnKeyType UIReturnKeyType
ShowToolbar bool
TextAlignment UITextAlignment

Public Methods

Method Description
EntryElement ( string caption, string placeholder, string value ) : System
EntryElement ( string caption, string placeholder, string value, bool isPassword ) : System
FireGo ( object sender, EventArgs e ) : void
GetCell ( UITableView tv ) : UITableViewCell
Matches ( string text ) : bool
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
Summary ( ) : string

Method Details

EntryElement() public method

public EntryElement ( string caption, string placeholder, string value ) : System
caption string
placeholder string
value string
return System

EntryElement() public method

public EntryElement ( string caption, string placeholder, string value, bool isPassword ) : System
caption string
placeholder string
value string
isPassword bool
return System

FireGo() public method

public FireGo ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

Matches() public method

public Matches ( string text ) : bool
text string
return bool

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
return void

Summary() public method

public Summary ( ) : string
return string

Property Details

AutoCapitalize public_oe property

public UITextAutocapitalizationType AutoCapitalize
return UITextAutocapitalizationType

AutoCorrection public_oe property

public UITextAutocorrectionType AutoCorrection
return UITextAutocorrectionType

IsPassword public_oe property

public bool IsPassword
return bool

KeyboardType public_oe property

public UIKeyboardType KeyboardType
return UIKeyboardType

MaxLength public_oe property

public int MaxLength
return int

Placeholder public_oe property

public string Placeholder
return string

ReturnKeyType public_oe property

public UIReturnKeyType ReturnKeyType
return UIReturnKeyType

ShowToolbar public_oe property

public bool ShowToolbar
return bool

TextAlignment public_oe property

public UITextAlignment TextAlignment
return UITextAlignment