Package apple.uikit

Class NSCollectionLayoutGroup

    • Constructor Detail

      • NSCollectionLayoutGroup

        protected NSCollectionLayoutGroup​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • customGroupWithLayoutSizeItemProvider

        public static java.lang.Object customGroupWithLayoutSizeItemProvider​(NSCollectionLayoutSize layoutSize,
                                                                             NSCollectionLayoutGroup.Block_customGroupWithLayoutSizeItemProvider itemProvider)
        Specifies a custom group with client-specified frames. During layout, the itemProvider will be called with the group's current geometry provided via the NSCollectionLayoutEnvironment supplied. The coordinate space for returned frames should be {0,0} relative to this group's geometry. Custom groups can be nested arbitrarily inside other groups.
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • horizontalGroupWithLayoutSizeSubitemCount

        public static java.lang.Object horizontalGroupWithLayoutSizeSubitemCount​(NSCollectionLayoutSize layoutSize,
                                                                                 NSCollectionLayoutItem subitem,
                                                                                 long count)
        Specifies a group that will have N items equally sized along the horizontal axis. use interItemSpacing to insert space between items +------+--+------+--+------+ |~~~~~~| |~~~~~~| |~~~~~~| |~~~~~~| |~~~~~~| |~~~~~~| |~~~~~~| |~~~~~~| |~~~~~~| +------+--+------+--+------+ ^ ^ | | +-----------------------+ | Inter Item Spacing | +-----------------------+
      • horizontalGroupWithLayoutSizeSubitems

        public static java.lang.Object horizontalGroupWithLayoutSizeSubitems​(NSCollectionLayoutSize layoutSize,
                                                                             NSArray<? extends NSCollectionLayoutItem> subitems)
        Specifies a group that will repeat items until available horizontal space is exhausted. note: any remaining space after laying out items can be apportioned among flexible interItemSpacing defintions
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • interItemSpacing

        public NSCollectionLayoutSpacing interItemSpacing()
        Supplies additional spacing between items along the layout axis of the group
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setInterItemSpacing

        public void setInterItemSpacing​(NSCollectionLayoutSpacing value)
        Supplies additional spacing between items along the layout axis of the group
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • verticalGroupWithLayoutSizeSubitemCount

        public static java.lang.Object verticalGroupWithLayoutSizeSubitemCount​(NSCollectionLayoutSize layoutSize,
                                                                               NSCollectionLayoutItem subitem,
                                                                               long count)
        Specifies a group that will have N items equally sized along the vertical axis. use interItemSpacing to insert space between items +------+ |~~~~~~| |~~~~~~| |~~~~~~| +------+ | |<--+ +------+ | |~~~~~~| | +-----------------------+ |~~~~~~| +----| Inter Item Spacing | |~~~~~~| | +-----------------------+ +------+ | | |<--+ +------+ |~~~~~~| |~~~~~~| |~~~~~~| +------+
      • verticalGroupWithLayoutSizeSubitems

        public static java.lang.Object verticalGroupWithLayoutSizeSubitems​(NSCollectionLayoutSize layoutSize,
                                                                           NSArray<? extends NSCollectionLayoutItem> subitems)
        Specifies a group that will repeat items until available vertical space is exhausted. note: any remaining space after laying out items can be apportioned among flexible interItemSpacing defintions
      • visualDescription

        public java.lang.String visualDescription()
        for visual debugging; will print an ASCII art rendering to console