Uses of Class
org.robovm.apple.uikit.UICollectionElementKind
-
Packages that use UICollectionElementKind Package Description org.robovm.apple.uikit -
-
Uses of UICollectionElementKind in org.robovm.apple.uikit
Fields in org.robovm.apple.uikit declared as UICollectionElementKind Modifier and Type Field Description static UICollectionElementKind
UICollectionElementKind. SectionFooter
static UICollectionElementKind
UICollectionElementKind. SectionHeader
Methods in org.robovm.apple.uikit that return UICollectionElementKind Modifier and Type Method Description static UICollectionElementKind
UICollectionElementKind.Marshaler. toObject(java.lang.Class<UICollectionElementKind> cls, long handle, long flags)
static UICollectionElementKind
UICollectionElementKind. valueOf(NSString value)
Methods in org.robovm.apple.uikit that return types with arguments of type UICollectionElementKind Modifier and Type Method Description static java.util.List<UICollectionElementKind>
UICollectionElementKind.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.uikit with parameters of type UICollectionElementKind Modifier and Type Method Description UICollectionReusableView
UICollectionView. dequeueReusableSupplementaryView(UICollectionElementKind elementKind, java.lang.String identifier, NSIndexPath indexPath)
UICollectionViewLayoutAttributes
UICollectionView. getLayoutAttributesForSupplementaryElement(UICollectionElementKind kind, NSIndexPath indexPath)
void
UICollectionView. registerReusableSupplementaryViewClass(java.lang.Class<? extends UICollectionReusableView> viewClass, UICollectionElementKind elementKind, java.lang.String identifier)
void
UICollectionView. registerReusableSupplementaryViewNib(UINib nib, UICollectionElementKind kind, java.lang.String identifier)
static long
UICollectionElementKind.Marshaler. toNative(UICollectionElementKind o, long flags)
Method parameters in org.robovm.apple.uikit with type arguments of type UICollectionElementKind Modifier and Type Method Description static long
UICollectionElementKind.AsListMarshaler. toNative(java.util.List<UICollectionElementKind> l, long flags)
static UICollectionElementKind
UICollectionElementKind.Marshaler. toObject(java.lang.Class<UICollectionElementKind> cls, long handle, long flags)
-