C# Class CrossUI.Droid.Dialog.LinearDialogScrollView

Inheritance: ScrollView
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
AddViews ( ) : void
HandleValueChangedEvents ( EventHandler eventHandler ) : void
LinearDialogScrollView ( Android.Content.Context context ) : Android.Content
LinearDialogScrollView ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content
LinearDialogScrollView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : Android.Content
ListView_ItemClick ( object sender, EventArgs eventArgs ) : void
ListView_ItemLongClick ( object sender, Android.Views.View longClickEventArgs ) : void
ReloadData ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Init ( IAttributeSet attrs, int defStyleRes ) : void
LinearDialogScrollView ( IntPtr javaReference, JniHandleOwnership transfer ) : Android.Content

Private Methods

Méthode Description
AddFocusable ( ) : void
EnsureClickEventsSubscribedToOnceAndOnlyOnce ( Android.Views.View view ) : void
HandleValueChangedEvent ( object sender, EventArgs args ) : void
ObserverOnChanged ( object sender, EventArgs eventArgs ) : void

Method Details

AddViews() public méthode

public AddViews ( ) : void
Résultat void

Dispose() protected méthode

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

HandleValueChangedEvents() public méthode

public HandleValueChangedEvents ( EventHandler eventHandler ) : void
eventHandler EventHandler
Résultat void

Init() protected méthode

protected Init ( IAttributeSet attrs, int defStyleRes ) : void
attrs IAttributeSet
defStyleRes int
Résultat void

LinearDialogScrollView() public méthode

public LinearDialogScrollView ( Android.Content.Context context ) : Android.Content
context Android.Content.Context
Résultat Android.Content

LinearDialogScrollView() public méthode

public LinearDialogScrollView ( Android.Content.Context context, IAttributeSet attrs ) : Android.Content
context Android.Content.Context
attrs IAttributeSet
Résultat Android.Content

LinearDialogScrollView() public méthode

public LinearDialogScrollView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : Android.Content
context Android.Content.Context
attrs IAttributeSet
defStyle int
Résultat Android.Content

LinearDialogScrollView() protected méthode

protected LinearDialogScrollView ( IntPtr javaReference, JniHandleOwnership transfer ) : Android.Content
javaReference System.IntPtr
transfer JniHandleOwnership
Résultat Android.Content

ListView_ItemClick() public méthode

public ListView_ItemClick ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
Résultat void

ListView_ItemLongClick() public méthode

public ListView_ItemLongClick ( object sender, Android.Views.View longClickEventArgs ) : void
sender object
longClickEventArgs Android.Views.View
Résultat void

ReloadData() public méthode

public ReloadData ( ) : void
Résultat void