Uses of Class
org.robovm.apple.uikit.NSCollectionLayoutItem
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of NSCollectionLayoutItem in org.robovm.apple.uikit
Subclasses of NSCollectionLayoutItem in org.robovm.apple.uikit Modifier and Type Class Description classNSCollectionLayoutBoundarySupplementaryItemclassNSCollectionLayoutDecorationItemclassNSCollectionLayoutGroupclassNSCollectionLayoutSupplementaryItemMethods in org.robovm.apple.uikit that return types with arguments of type NSCollectionLayoutItem Modifier and Type Method Description NSArray<NSCollectionLayoutItem>NSCollectionLayoutGroup. getSubitems()Methods in org.robovm.apple.uikit with parameters of type NSCollectionLayoutItem Modifier and Type Method Description static NSCollectionLayoutGroupNSCollectionLayoutGroup. createHorizontalGroup(NSCollectionLayoutSize layoutSize, NSCollectionLayoutItem subitem, long count)static NSCollectionLayoutGroupNSCollectionLayoutGroup. createVerticalGroup(NSCollectionLayoutSize layoutSize, NSCollectionLayoutItem subitem, long count)Method parameters in org.robovm.apple.uikit with type arguments of type NSCollectionLayoutItem Modifier and Type Method Description static NSCollectionLayoutGroupNSCollectionLayoutGroup. createHorizontalGroup(NSCollectionLayoutSize layoutSize, NSArray<NSCollectionLayoutItem> subitems)static NSCollectionLayoutGroupNSCollectionLayoutGroup. createVerticalGroup(NSCollectionLayoutSize layoutSize, NSArray<NSCollectionLayoutItem> subitems)