C# 클래스 MonoTouch.Dialog.EntryElementCell

상속: UITableViewCell
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
KEY NSString

보호된 프로퍼티들

프로퍼티 타입 설명
_element EntryElement
_entry CustomTextField

공개 메소드들

메소드 설명
BecomeFirstResponder ( ) : bool
EntryElementCell ( ) : System
EntryElementCell ( string key ) : System
PrepareForReuse ( ) : void
ResignFirstResponder ( ) : bool
Update ( EntryElement element, UITableView tableView ) : void

보호된 메소드들

메소드 설명
PrepareEntry ( UITableView tableview ) : void

비공개 메소드들

메소드 설명
_computeEntryPosition ( UITableView tv ) : SizeF

메소드 상세

BecomeFirstResponder() 공개 메소드

public BecomeFirstResponder ( ) : bool
리턴 bool

EntryElementCell() 공개 메소드

public EntryElementCell ( ) : System
리턴 System

EntryElementCell() 공개 메소드

public EntryElementCell ( string key ) : System
key string
리턴 System

PrepareEntry() 보호된 메소드

protected PrepareEntry ( UITableView tableview ) : void
tableview UITableView
리턴 void

PrepareForReuse() 공개 메소드

public PrepareForReuse ( ) : void
리턴 void

ResignFirstResponder() 공개 메소드

public ResignFirstResponder ( ) : bool
리턴 bool

Update() 공개 메소드

public Update ( EntryElement element, UITableView tableView ) : void
element EntryElement
tableView UITableView
리턴 void

프로퍼티 상세

KEY 공개적으로 정적으로 프로퍼티

public static NSString KEY
리턴 NSString

_element 보호되어 있는 프로퍼티

protected EntryElement,MonoTouch.Dialog _element
리턴 EntryElement

_entry 보호되어 있는 프로퍼티

protected CustomTextField,MonoTouch.Dialog _entry
리턴 CustomTextField