C# 클래스 MonoDroid.Dialog.EntryElement

상속: Element, ITextWatcher
파일 보기 프로젝트 열기: couchbaselabs/MonoDroid.Dialog 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_entry EditText

공개 메소드들

메소드 설명
AfterTextChanged ( IEditable s ) : void
BeforeTextChanged ( Java s, int start, int count, int after ) : void
EntryElement ( string caption, string value ) : System
EntryElement ( string caption, string value, int layoutId ) : System
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
Matches ( string text ) : bool
OnTextChanged ( Java s, int start, int before, int count ) : void
Summary ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

AfterTextChanged() 공개 메소드

public AfterTextChanged ( IEditable s ) : void
s IEditable
리턴 void

BeforeTextChanged() 공개 메소드

public BeforeTextChanged ( Java s, int start, int count, int after ) : void
s Java
start int
count int
after int
리턴 void

Dispose() 보호된 메소드

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

EntryElement() 공개 메소드

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

EntryElement() 공개 메소드

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

GetView() 공개 메소드

public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
convertView Android.Views.View
parent Android.Views.ViewGroup
리턴 Android.Views.View

Matches() 공개 메소드

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

OnTextChanged() 공개 메소드

public OnTextChanged ( Java s, int start, int before, int count ) : void
s Java
start int
before int
count int
리턴 void

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

프로퍼티 상세

_entry 보호되어 있는 프로퍼티

protected EditText _entry
리턴 EditText