C# Class MvvmCross.Binding.Droid.Target.MvxTextViewTextFormattedTargetBinding

Inheritance: MvxAndroidTargetBinding, IMvxEditableTextView
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxTextViewTextFormattedTargetBinding ( Android.Widget.TextView target ) : System
SubscribeToEvents ( ) : void

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void
SetValueImpl ( object target, object toSet ) : void
ShouldSkipSetValueForViewSpecificReasons ( object target, object value ) : bool

Private Methods

Method Description
EditTextOnAfterTextChanged ( object sender, Android.Text.AfterTextChangedEventArgs afterTextChangedEventArgs ) : void

Method Details

Dispose() protected method

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

MvxTextViewTextFormattedTargetBinding() public method

public MvxTextViewTextFormattedTargetBinding ( Android.Widget.TextView target ) : System
target Android.Widget.TextView
return System

SetValueImpl() protected method

protected SetValueImpl ( object target, object toSet ) : void
target object
toSet object
return void

ShouldSkipSetValueForViewSpecificReasons() protected method

protected ShouldSkipSetValueForViewSpecificReasons ( object target, object value ) : bool
target object
value object
return bool

SubscribeToEvents() public method

public SubscribeToEvents ( ) : void
return void