Class UICollectionLayoutListHeaderMode


  • public final class UICollectionLayoutListHeaderMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long FirstItemInSection
      Uses supplementary views of kind UICollectionElementKindSectionHeader to show headers
      static long None  
      static long Supplementary
      No headers are shown
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Supplementary

        public static final long Supplementary
        No headers are shown
        See Also:
        Constant Field Values
      • FirstItemInSection

        public static final long FirstItemInSection
        Uses supplementary views of kind UICollectionElementKindSectionHeader to show headers
        See Also:
        Constant Field Values