-
Methods in org.robovm.apple.uikit that return UICollectionReusableView
| Modifier and Type |
Method |
Description |
UICollectionReusableView |
UICollectionView.dequeueConfiguredReusableSupplementaryView(UICollectionViewSupplementaryRegistration registration,
NSIndexPath indexPath) |
|
UICollectionReusableView |
UICollectionView.dequeueReusableCell(String identifier,
NSIndexPath indexPath) |
|
UICollectionReusableView |
UICollectionView.dequeueReusableSupplementaryView(UICollectionElementKind elementKind,
String identifier,
NSIndexPath indexPath) |
|
UICollectionReusableView |
UICollectionView.getSupplementaryView(String elementKind,
NSIndexPath indexPath) |
|
UICollectionReusableView |
UICollectionViewController.getViewForSupplementaryElement(UICollectionView collectionView,
String kind,
NSIndexPath indexPath) |
|
UICollectionReusableView |
UICollectionViewDataSource.getViewForSupplementaryElement(UICollectionView collectionView,
String kind,
NSIndexPath indexPath) |
|
UICollectionReusableView |
UICollectionViewDataSourceAdapter.getViewForSupplementaryElement(UICollectionView collectionView,
String kind,
NSIndexPath indexPath) |
|
UICollectionReusableView |
UICollectionViewDiffableDataSource.getViewForSupplementaryElement(UICollectionView collectionView,
String kind,
NSIndexPath indexPath) |
|
UICollectionReusableView |
UICollectionViewModel.getViewForSupplementaryElement(UICollectionView collectionView,
String kind,
NSIndexPath indexPath) |
|
Methods in org.robovm.apple.uikit with parameters of type UICollectionReusableView
| Modifier and Type |
Method |
Description |
void |
UICollectionViewController.didEndDisplayingSupplementaryView(UICollectionView collectionView,
UICollectionReusableView view,
String elementKind,
NSIndexPath indexPath) |
|
void |
UICollectionViewDelegate.didEndDisplayingSupplementaryView(UICollectionView collectionView,
UICollectionReusableView view,
String elementKind,
NSIndexPath indexPath) |
|
void |
UICollectionViewDelegateAdapter.didEndDisplayingSupplementaryView(UICollectionView collectionView,
UICollectionReusableView view,
String elementKind,
NSIndexPath indexPath) |
|
void |
UICollectionViewModel.didEndDisplayingSupplementaryView(UICollectionView collectionView,
UICollectionReusableView view,
String elementKind,
NSIndexPath indexPath) |
|
void |
UICollectionViewController.willDisplaySupplementaryView(UICollectionView collectionView,
UICollectionReusableView view,
String elementKind,
NSIndexPath indexPath) |
|
void |
UICollectionViewDelegate.willDisplaySupplementaryView(UICollectionView collectionView,
UICollectionReusableView view,
String elementKind,
NSIndexPath indexPath) |
|
void |
UICollectionViewDelegateAdapter.willDisplaySupplementaryView(UICollectionView collectionView,
UICollectionReusableView view,
String elementKind,
NSIndexPath indexPath) |
|
void |
UICollectionViewModel.willDisplaySupplementaryView(UICollectionView collectionView,
UICollectionReusableView view,
String elementKind,
NSIndexPath indexPath) |
|
Method parameters in org.robovm.apple.uikit with type arguments of type UICollectionReusableView
| Modifier and Type |
Method |
Description |
protected static long |
UICollectionViewSupplementaryRegistration.create(Class<?> supplementaryClass,
String elementKind,
VoidBlock3<UICollectionReusableView,NSString,NSIndexPath> configurationHandler) |
|
protected static long |
UICollectionViewSupplementaryRegistration.create(UINib supplementaryNib,
String elementKind,
VoidBlock3<UICollectionReusableView,NSString,NSIndexPath> configurationHandler) |
|
void |
UICollectionViewLayout.registerDecorationViewClass(Class<? extends UICollectionReusableView> viewClass,
String elementKind) |
|
void |
UICollectionView.registerReusableSupplementaryViewClass(Class<? extends UICollectionReusableView> viewClass,
UICollectionElementKind elementKind,
String identifier) |
|
void |
UICollectionViewDiffableDataSource.setSupplementaryViewProvider(Block3<UICollectionView,NSString,NSIndexPath,UICollectionReusableView> v) |
|