Package org.robovm.apple.uikit
Class UICollectionViewDelegateFlowLayoutAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIScrollViewDelegateAdapter
org.robovm.apple.uikit.UICollectionViewDelegateAdapter
org.robovm.apple.uikit.UICollectionViewDelegateFlowLayoutAdapter
- All Implemented Interfaces:
NSObjectProtocol,UICollectionViewDelegate,UICollectionViewDelegateFlowLayout,UIScrollViewDelegate,ObjCProtocol
public class UICollectionViewDelegateFlowLayoutAdapter extends UICollectionViewDelegateAdapter implements UICollectionViewDelegateFlowLayout
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Constructor Description UICollectionViewDelegateFlowLayoutAdapter() -
Method Summary
Modifier and Type Method Description CGSizegetItemSize(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, NSIndexPath indexPath)CGSizegetSectionFooterReferenceSize(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)CGSizegetSectionHeaderReferenceSize(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)UIEdgeInsetsgetSectionInset(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)doublegetSectionMinimumInteritemSpacing(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)doublegetSectionMinimumLineSpacing(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)Methods inherited from class org.robovm.apple.uikit.UICollectionViewDelegateAdapter
canEditItem, canFocusItem, canPerformAction, collectionViewDidEndMultipleSelectionInteraction, didBeginMultipleSelectionInteraction, didDeselectItem, didEndDisplayingCell, didEndDisplayingSupplementaryView, didHighlightItem, didSelectItem, didUnhighlightItem, didUpdateFocus, getContextMenuConfiguration, getIndexPathForPreferredFocusedView, getPreviewForDismissingContextMenu, getPreviewForHighlightingContextMenu, getSceneActivationConfiguration, getTargetContentOffsetForProposedContentOffset, getTargetIndexPathForMoveFromItem, getTargetIndexPathForMoveOfItemFromOriginalIndexPath, getTransitionLayout, isSelectionFollowsFocus, performAction, shouldBeginMultipleSelectionInteraction, shouldDeselectItem, shouldHighlightItem, shouldSelectItem, shouldShowMenuForItem, shouldSpringLoadItem, shouldUpdateFocus, willDisplayCell, willDisplayContextMenu, willDisplaySupplementaryView, willEndContextMenuInteraction, willPerformPreviewActionMethods inherited from class org.robovm.apple.uikit.UIScrollViewDelegateAdapter
didEndDecelerating, didEndDragging, didEndScrollingAnimation, didEndZooming, didScroll, didScrollToTop, didZoom, getViewForZooming, scrollViewDidChangeAdjustedContentInset, shouldScrollToTop, willBeginDecelerating, willBeginDragging, willBeginZooming, willEndDraggingMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandleMethods inherited from interface org.robovm.apple.uikit.UICollectionViewDelegate
canEditItem, canFocusItem, canPerformAction, collectionViewDidEndMultipleSelectionInteraction, didBeginMultipleSelectionInteraction, didDeselectItem, didEndDisplayingCell, didEndDisplayingSupplementaryView, didHighlightItem, didSelectItem, didUnhighlightItem, didUpdateFocus, getContextMenuConfiguration, getIndexPathForPreferredFocusedView, getPreviewForDismissingContextMenu, getPreviewForHighlightingContextMenu, getSceneActivationConfiguration, getTargetContentOffsetForProposedContentOffset, getTargetIndexPathForMoveFromItem, getTargetIndexPathForMoveOfItemFromOriginalIndexPath, getTransitionLayout, isSelectionFollowsFocus, performAction, shouldBeginMultipleSelectionInteraction, shouldDeselectItem, shouldHighlightItem, shouldSelectItem, shouldShowMenuForItem, shouldSpringLoadItem, shouldUpdateFocus, willDisplayCell, willDisplayContextMenu, willDisplaySupplementaryView, willEndContextMenuInteraction, willPerformPreviewActionMethods inherited from interface org.robovm.apple.uikit.UIScrollViewDelegate
didEndDecelerating, didEndDragging, didEndScrollingAnimation, didEndZooming, didScroll, didScrollToTop, didZoom, getViewForZooming, scrollViewDidChangeAdjustedContentInset, shouldScrollToTop, willBeginDecelerating, willBeginDragging, willBeginZooming, willEndDragging
-
Constructor Details
-
UICollectionViewDelegateFlowLayoutAdapter
public UICollectionViewDelegateFlowLayoutAdapter()
-
-
Method Details
-
getItemSize
public CGSize getItemSize(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, NSIndexPath indexPath)- Specified by:
getItemSizein interfaceUICollectionViewDelegateFlowLayout
-
getSectionInset
public UIEdgeInsets getSectionInset(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)- Specified by:
getSectionInsetin interfaceUICollectionViewDelegateFlowLayout
-
getSectionMinimumLineSpacing
public double getSectionMinimumLineSpacing(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)- Specified by:
getSectionMinimumLineSpacingin interfaceUICollectionViewDelegateFlowLayout
-
getSectionMinimumInteritemSpacing
public double getSectionMinimumInteritemSpacing(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)- Specified by:
getSectionMinimumInteritemSpacingin interfaceUICollectionViewDelegateFlowLayout
-
getSectionHeaderReferenceSize
public CGSize getSectionHeaderReferenceSize(UICollectionView collectionView, UICollectionViewLayout collectionViewLayout, long section)- Specified by:
getSectionHeaderReferenceSizein interfaceUICollectionViewDelegateFlowLayout
-