C# 클래스 Cirrious.MvvmCross.Binding.Touch.Views.MvxBaseCollectionViewSource

상속: UICollectionViewSource
파일 보기 프로젝트 열기: Everbridge/sm-MvvmCross

공개 프로퍼티들

프로퍼티 타입 설명
UnknownCellIdentifier NSString

공개 메소드들

메소드 설명
CellDisplayingEnded ( UICollectionView collectionView, UICollectionViewCell cell, NSIndexPath indexPath ) : void
GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
NumberOfSections ( UICollectionView collectionView ) : nint
ReloadData ( ) : void

보호된 메소드들

메소드 설명
GetItemAt ( NSIndexPath indexPath ) : object
GetOrCreateCellFor ( UICollectionView collectionView, NSIndexPath indexPath, object item ) : UICollectionViewCell
MvxBaseCollectionViewSource ( UICollectionView collectionView ) : System
MvxBaseCollectionViewSource ( UICollectionView collectionView, NSString cellIdentifier ) : System

메소드 상세

CellDisplayingEnded() 공개 메소드

public CellDisplayingEnded ( UICollectionView collectionView, UICollectionViewCell cell, NSIndexPath indexPath ) : void
collectionView UICollectionView
cell UICollectionViewCell
indexPath NSIndexPath
리턴 void

GetCell() 공개 메소드

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
리턴 UICollectionViewCell

GetItemAt() 보호된 추상적인 메소드

protected abstract GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
리턴 object

GetOrCreateCellFor() 보호된 메소드

protected GetOrCreateCellFor ( UICollectionView collectionView, NSIndexPath indexPath, object item ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
item object
리턴 UICollectionViewCell

ItemSelected() 공개 메소드

public ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
collectionView UICollectionView
indexPath NSIndexPath
리턴 void

MvxBaseCollectionViewSource() 보호된 메소드

protected MvxBaseCollectionViewSource ( UICollectionView collectionView ) : System
collectionView UICollectionView
리턴 System

MvxBaseCollectionViewSource() 보호된 메소드

protected MvxBaseCollectionViewSource ( UICollectionView collectionView, NSString cellIdentifier ) : System
collectionView UICollectionView
cellIdentifier NSString
리턴 System

NumberOfSections() 공개 메소드

public NumberOfSections ( UICollectionView collectionView ) : nint
collectionView UICollectionView
리턴 nint

ReloadData() 공개 메소드

public ReloadData ( ) : void
리턴 void

프로퍼티 상세

UnknownCellIdentifier 공개적으로 정적으로 프로퍼티

public static NSString UnknownCellIdentifier
리턴 NSString