C# Class MonoDroid.Dialog.EntryElement

Inheritance: Element, ITextWatcher
Mostrar archivo Open project: couchbaselabs/MonoDroid.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
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

Protected Methods

Method Description
Dispose ( bool disposing ) : 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

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

OnTextChanged() public method

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

Summary() public method

public Summary ( ) : string
return string

Property Details

_entry protected_oe property

protected EditText _entry
return EditText