C# 클래스 Android.Dialog.EntryElement

상속: Element, ITextWatcher, View.IOnFocusChangeListener
파일 보기 프로젝트 열기: sam-lippert/Android.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
EntryElement ( string caption, string hint, string value ) : System
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
Matches ( string text ) : bool
OnFocusChange ( Android.Views.View v, bool isFocused ) : void
OnTextChanged ( Java s, int start, int before, int count ) : void
SetCanFocus ( Android.Views.View v, bool canFocus ) : void
Summary ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
_entry_EditorAction ( object sender, Android.Widget.TextView e ) : 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

EntryElement() 공개 메소드

public EntryElement ( string caption, string hint, string value ) : System
caption string
hint string
value string
리턴 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

OnFocusChange() 공개 메소드

public OnFocusChange ( Android.Views.View v, bool isFocused ) : void
v Android.Views.View
isFocused bool
리턴 void

OnTextChanged() 공개 메소드

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

SetCanFocus() 공개 메소드

public SetCanFocus ( Android.Views.View v, bool canFocus ) : void
v Android.Views.View
canFocus bool
리턴 void

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

_entry_EditorAction() 보호된 메소드

protected _entry_EditorAction ( object sender, Android.Widget.TextView e ) : void
sender object
e Android.Widget.TextView
리턴 void

프로퍼티 상세

_entry 보호되어 있는 프로퍼티

protected EditText _entry
리턴 EditText