C# 클래스 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.
상속: Element
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AutoCapitalize UITextAutocapitalizationType
AutoCorrection UITextAutocorrectionType
IsPassword bool
KeyboardType UIKeyboardType
MaxLength int
Placeholder string
ReturnKeyType UIReturnKeyType
ShowToolbar bool
TextAlignment UITextAlignment

공개 메소드들

메소드 설명
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

메소드 상세

EntryElement() 공개 메소드

public EntryElement ( string caption, string placeholder, string value ) : System
caption string
placeholder string
value string
리턴 System

EntryElement() 공개 메소드

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

FireGo() 공개 메소드

public FireGo ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

GetCell() 공개 메소드

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

Matches() 공개 메소드

public Matches ( string text ) : bool
text string
리턴 bool

Selected() 공개 메소드

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

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

프로퍼티 상세

AutoCapitalize 공개적으로 프로퍼티

public UITextAutocapitalizationType AutoCapitalize
리턴 UITextAutocapitalizationType

AutoCorrection 공개적으로 프로퍼티

public UITextAutocorrectionType AutoCorrection
리턴 UITextAutocorrectionType

IsPassword 공개적으로 프로퍼티

public bool IsPassword
리턴 bool

KeyboardType 공개적으로 프로퍼티

public UIKeyboardType KeyboardType
리턴 UIKeyboardType

MaxLength 공개적으로 프로퍼티

public int MaxLength
리턴 int

Placeholder 공개적으로 프로퍼티

public string Placeholder
리턴 string

ReturnKeyType 공개적으로 프로퍼티

public UIReturnKeyType ReturnKeyType
리턴 UIReturnKeyType

ShowToolbar 공개적으로 프로퍼티

public bool ShowToolbar
리턴 bool

TextAlignment 공개적으로 프로퍼티

public UITextAlignment TextAlignment
리턴 UITextAlignment