C# Class Android.Dialog.EntryElement

Inheritance: Element, ITextWatcher, View.IOnFocusChangeListener
Datei anzeigen Open project: sam-lippert/Android.Dialog Class Usage Examples

Protected Properties

Property Type Description
_entry EditText

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
_entry_EditorAction ( object sender, Android.Widget.TextView e ) : void

Method Details

AfterTextChanged() public method

public AfterTextChanged ( IEditable s ) : void
s IEditable
return void

BeforeTextChanged() public method

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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EntryElement() public method

public EntryElement ( string caption, string value ) : System
caption string
value string
return System

EntryElement() public method

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

EntryElement() public method

public EntryElement ( string caption, string hint, string value ) : System
caption string
hint string
value string
return System

GetView() public method

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
return Android.Views.View

Matches() public method

public Matches ( string text ) : bool
text string
return bool

OnFocusChange() public method

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

OnTextChanged() public method

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

SetCanFocus() public method

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

Summary() public method

public Summary ( ) : string
return string

_entry_EditorAction() protected method

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

Property Details

_entry protected_oe property

protected EditText _entry
return EditText