C# 클래스 MonoTouch.Dialog.MultilineEntryElement

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.
상속: EntryElement, IElementSizing
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
CreateTextField ( RectangleF frame ) : DialogTextView
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ComputeEntryPosition ( UITableView tv, UITableViewCell cell ) : SizeF

메소드 상세

BecomeFirstResponder() 공개 메소드

Makes this cell the first responder (get the focus)
public BecomeFirstResponder ( bool animated ) : void
animated bool /// Whether scrolling to the location of this cell should be animated ///
리턴 void

CreateTextField() 보호된 메소드

protected CreateTextField ( RectangleF frame ) : DialogTextView
frame System.Drawing.RectangleF
리턴 DialogTextView

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FetchValue() 공개 메소드

Copies the value from the UITextField in the EntryElement to the Value property and raises the Changed event if necessary.
public FetchValue ( ) : void
리턴 void

GetCell() 공개 메소드

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

GetHeight() 공개 메소드

public GetHeight ( MonoTouch tableView, MonoTouch indexPath ) : float
tableView MonoTouch
indexPath MonoTouch
리턴 float

Matches() 공개 메소드

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

MultilineEntryElement() 공개 메소드

Constructs an MultilineEntryElement 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. ///
리턴 System

ResignFirstResponder() 공개 메소드

public ResignFirstResponder ( bool animated ) : void
animated bool
리턴 void

Selected() 공개 메소드

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

Summary() 공개 메소드

public Summary ( ) : string
리턴 string