C# Class TreePager.TreePagerAdapter

Inheritance: PagerAdapter
Afficher le fichier Open project: xamarin/monodroid-samples

Méthodes publiques

Свойство Type Description
treeCatalog TreeCatalog

Méthodes publiques

Méthode Description
DestroyItem ( Android.Views.View container, int position, Java view ) : void
GetPageTitleFormatted ( int position ) : Java.Lang.ICharSequence
InstantiateItem ( Android.Views.View container, int position ) : Java.Lang.Object
IsViewFromObject ( Android.Views.View view, Java obj ) : bool
TreePagerAdapter ( Android.Content.Context context, TreeCatalog treeCatalog ) : System

Method Details

DestroyItem() public méthode

public DestroyItem ( Android.Views.View container, int position, Java view ) : void
container Android.Views.View
position int
view Java
Résultat void

GetPageTitleFormatted() public méthode

public GetPageTitleFormatted ( int position ) : Java.Lang.ICharSequence
position int
Résultat Java.Lang.ICharSequence

InstantiateItem() public méthode

public InstantiateItem ( Android.Views.View container, int position ) : Java.Lang.Object
container Android.Views.View
position int
Résultat Java.Lang.Object

IsViewFromObject() public méthode

public IsViewFromObject ( Android.Views.View view, Java obj ) : bool
view Android.Views.View
obj Java
Résultat bool

TreePagerAdapter() public méthode

public TreePagerAdapter ( Android.Content.Context context, TreeCatalog treeCatalog ) : System
context Android.Content.Context
treeCatalog TreeCatalog
Résultat System

Property Details

treeCatalog public_oe property

public TreeCatalog,TreePager treeCatalog
Résultat TreeCatalog