C# Class TreePager.TreePagerAdapter

Inheritance: PagerAdapter
Exibir arquivo Open project: xamarin/monodroid-samples

Public Properties

Property Type Description
treeCatalog TreeCatalog

Public Methods

Method 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 method

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

GetPageTitleFormatted() public method

public GetPageTitleFormatted ( int position ) : Java.Lang.ICharSequence
position int
return Java.Lang.ICharSequence

InstantiateItem() public method

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

IsViewFromObject() public method

public IsViewFromObject ( Android.Views.View view, Java obj ) : bool
view Android.Views.View
obj Java
return bool

TreePagerAdapter() public method

public TreePagerAdapter ( Android.Content.Context context, TreeCatalog treeCatalog ) : System
context Android.Content.Context
treeCatalog TreeCatalog
return System

Property Details

treeCatalog public_oe property

public TreeCatalog,TreePager treeCatalog
return TreeCatalog