C# 클래스 HelloSwipeViewWithTabs.CustomPagerAdapter

상속: FragmentPagerAdapter
파일 보기 프로젝트 열기: xamarin/monodroid-samples 1 사용 예제들

공개 메소드들

메소드 설명
CustomPagerAdapter ( Android.Content.Context context, FragmentManager fm ) : System
CustomPagerAdapter ( IntPtr javaReference, JniHandleOwnership transfer ) : System
GetItem ( int position ) : Fragment
GetPageTitleFormatted ( int position ) : ICharSequence
GetTabView ( int position ) : Android.Views.View

메소드 상세

CustomPagerAdapter() 공개 메소드

public CustomPagerAdapter ( Android.Content.Context context, FragmentManager fm ) : System
context Android.Content.Context
fm FragmentManager
리턴 System

CustomPagerAdapter() 공개 메소드

public CustomPagerAdapter ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
리턴 System

GetItem() 공개 메소드

public GetItem ( int position ) : Fragment
position int
리턴 Fragment

GetPageTitleFormatted() 공개 메소드

public GetPageTitleFormatted ( int position ) : ICharSequence
position int
리턴 ICharSequence

GetTabView() 공개 메소드

public GetTabView ( int position ) : Android.Views.View
position int
리턴 Android.Views.View