C# Class MALClient.Android.Adapters.PagerAdapters.CalendarPagerAdapter

Inheritance: FragmentStatePagerAdapter, PagerSlidingTabStrip.ICustomTabProvider
Afficher le fichier Open project: Mordonus/MALClient

Méthodes publiques

Méthode Description
CalendarPagerAdapter ( FragmentManager fm, IEnumerable pages ) : System
CalendarPagerAdapter ( IntPtr javaReference, JniHandleOwnership transfer ) : System
GetCustomTabView ( Android.Views.ViewGroup p0, int p1 ) : Android.Views.View
GetItem ( int position ) : Fragment
TabSelected ( Android.Views.View p0 ) : void
TabUnselected ( Android.Views.View p0 ) : void

Method Details

CalendarPagerAdapter() public méthode

public CalendarPagerAdapter ( FragmentManager fm, IEnumerable pages ) : System
fm FragmentManager
pages IEnumerable
Résultat System

CalendarPagerAdapter() public méthode

public CalendarPagerAdapter ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
Résultat System

GetCustomTabView() public méthode

public GetCustomTabView ( Android.Views.ViewGroup p0, int p1 ) : Android.Views.View
p0 Android.Views.ViewGroup
p1 int
Résultat Android.Views.View

GetItem() public méthode

public GetItem ( int position ) : Fragment
position int
Résultat Fragment

TabSelected() public méthode

public TabSelected ( Android.Views.View p0 ) : void
p0 Android.Views.View
Résultat void

TabUnselected() public méthode

public TabUnselected ( Android.Views.View p0 ) : void
p0 Android.Views.View
Résultat void