C# Class Android.Dialog.EntryElement

Inheritance: Element, ITextWatcher, View.IOnFocusChangeListener
Afficher le fichier Open project: sam-lippert/Android.Dialog Class Usage Examples

Protected Properties

Свойство Type Description
_entry EditText

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

AfterTextChanged() public méthode

public AfterTextChanged ( IEditable s ) : void
s IEditable
Résultat void

BeforeTextChanged() public méthode

public BeforeTextChanged ( Java s, int start, int count, int after ) : void
s Java
start int
count int
after int
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EntryElement() public méthode

public EntryElement ( string caption, string value ) : System
caption string
value string
Résultat System

EntryElement() public méthode

public EntryElement ( string caption, string value, int layoutId ) : System
caption string
value string
layoutId int
Résultat System

EntryElement() public méthode

public EntryElement ( string caption, string hint, string value ) : System
caption string
hint string
value string
Résultat System

GetView() public méthode

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
Résultat Android.Views.View

Matches() public méthode

public Matches ( string text ) : bool
text string
Résultat bool

OnFocusChange() public méthode

public OnFocusChange ( Android.Views.View v, bool isFocused ) : void
v Android.Views.View
isFocused bool
Résultat void

OnTextChanged() public méthode

public OnTextChanged ( Java s, int start, int before, int count ) : void
s Java
start int
before int
count int
Résultat void

SetCanFocus() public méthode

public SetCanFocus ( Android.Views.View v, bool canFocus ) : void
v Android.Views.View
canFocus bool
Résultat void

Summary() public méthode

public Summary ( ) : string
Résultat string

_entry_EditorAction() protected méthode

protected _entry_EditorAction ( object sender, Android.Widget.TextView e ) : void
sender object
e Android.Widget.TextView
Résultat void

Property Details

_entry protected_oe property

protected EditText _entry
Résultat EditText