Class UIScrollViewIndexDisplayMode


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

      Fields 
      Modifier and Type Field Description
      static long AlwaysHidden
      the index will never be displayed
      static long Automatic
      the index will show or hide automatically as needed
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Automatic

        public static final long Automatic
        the index will show or hide automatically as needed
        See Also:
        Constant Field Values
      • AlwaysHidden

        public static final long AlwaysHidden
        the index will never be displayed
        See Also:
        Constant Field Values