Uses of Interface
org.robovm.apple.uikit.NSCollectionLayoutEnvironment
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSCollectionLayoutEnvironment in org.robovm.apple.uikit
Classes in org.robovm.apple.uikit that implement NSCollectionLayoutEnvironment Modifier and Type Class Description classNSCollectionLayoutEnvironmentAdapterMethods in org.robovm.apple.uikit that return types with arguments of type NSCollectionLayoutEnvironment Modifier and Type Method Description VoidBlock3<NSArray<?>,CGPoint,NSCollectionLayoutEnvironment>NSCollectionLayoutSection. getVisibleItemsInvalidationHandler()Methods in org.robovm.apple.uikit with parameters of type NSCollectionLayoutEnvironment Modifier and Type Method Description protected static longNSCollectionLayoutSection. create(UICollectionLayoutListConfiguration configuration, NSCollectionLayoutEnvironment layoutEnvironment)Method parameters in org.robovm.apple.uikit with type arguments of type NSCollectionLayoutEnvironment Modifier and Type Method Description static NSCollectionLayoutGroupNSCollectionLayoutGroup. createCustomGroup(NSCollectionLayoutSize layoutSize, Block1<NSCollectionLayoutEnvironment,NSArray<NSCollectionLayoutGroupCustomItem>> itemProvider)protected longUICollectionViewCompositionalLayout. init(Block2<Long,NSCollectionLayoutEnvironment,NSCollectionLayoutSection> sectionProvider)protected longUICollectionViewCompositionalLayout. init(Block2<Long,NSCollectionLayoutEnvironment,NSCollectionLayoutSection> sectionProvider, UICollectionViewCompositionalLayoutConfiguration configuration)voidNSCollectionLayoutSection. setVisibleItemsInvalidationHandler(VoidBlock3<NSArray<?>,CGPoint,NSCollectionLayoutEnvironment> v)Constructors in org.robovm.apple.uikit with parameters of type NSCollectionLayoutEnvironment Constructor Description NSCollectionLayoutSection(UICollectionLayoutListConfiguration configuration, NSCollectionLayoutEnvironment layoutEnvironment)Constructor parameters in org.robovm.apple.uikit with type arguments of type NSCollectionLayoutEnvironment Constructor Description UICollectionViewCompositionalLayout(Block2<Long,NSCollectionLayoutEnvironment,NSCollectionLayoutSection> sectionProvider)UICollectionViewCompositionalLayout(Block2<Long,NSCollectionLayoutEnvironment,NSCollectionLayoutSection> sectionProvider, UICollectionViewCompositionalLayoutConfiguration configuration)