C# Class MvvmCross.Binding.iOS.Views.MvxBaseCollectionViewSource

Inheritance: UICollectionViewSource
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Свойство Type Description
UnknownCellIdentifier NSString

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
GetItemAt ( NSIndexPath indexPath ) : object
GetOrCreateCellFor ( UICollectionView collectionView, NSIndexPath indexPath, object item ) : UICollectionViewCell
MvxBaseCollectionViewSource ( UICollectionView collectionView ) : System
MvxBaseCollectionViewSource ( UICollectionView collectionView, NSString cellIdentifier ) : System

Method Details

CellDisplayingEnded() public méthode

public CellDisplayingEnded ( UICollectionView collectionView, UICollectionViewCell cell, NSIndexPath indexPath ) : void
collectionView UICollectionView
cell UICollectionViewCell
indexPath NSIndexPath
Résultat void

GetCell() public méthode

public GetCell ( UICollectionView collectionView, NSIndexPath indexPath ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
Résultat UICollectionViewCell

GetItemAt() protected abstract méthode

protected abstract GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
Résultat object

GetOrCreateCellFor() protected méthode

protected GetOrCreateCellFor ( UICollectionView collectionView, NSIndexPath indexPath, object item ) : UICollectionViewCell
collectionView UICollectionView
indexPath NSIndexPath
item object
Résultat UICollectionViewCell

ItemSelected() public méthode

public ItemSelected ( UICollectionView collectionView, NSIndexPath indexPath ) : void
collectionView UICollectionView
indexPath NSIndexPath
Résultat void

MvxBaseCollectionViewSource() protected méthode

protected MvxBaseCollectionViewSource ( UICollectionView collectionView ) : System
collectionView UICollectionView
Résultat System

MvxBaseCollectionViewSource() protected méthode

protected MvxBaseCollectionViewSource ( UICollectionView collectionView, NSString cellIdentifier ) : System
collectionView UICollectionView
cellIdentifier NSString
Résultat System

NumberOfSections() public méthode

public NumberOfSections ( UICollectionView collectionView ) : nint
collectionView UICollectionView
Résultat nint

ReloadData() public méthode

public ReloadData ( ) : void
Résultat void

Property Details

UnknownCellIdentifier public_oe static_oe property

public static NSString UnknownCellIdentifier
Résultat NSString