Class UICellAccessoryOutlineDisclosureStyle


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

      Fields 
      Modifier and Type Field Description
      static long Automatic
      The style will be automatically determined based on whether the cell is configured to be a section header or not.
      static long Cell
      A style appropriate for a cell which can be selected itself and also has nested children, where only taps on the outline disclosure will toggle the expansion state of the item; taps on the cell will select the item as normal.
      static long Header
      A style appropriate for a section header, where a tap anywhere in the header will toggle the expansion state of the item (the cell cannot be selected).
    • 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 style will be automatically determined based on whether the cell is configured to be a section header or not.
        See Also:
        Constant Field Values
      • Header

        public static final long Header
        A style appropriate for a section header, where a tap anywhere in the header will toggle the expansion state of the item (the cell cannot be selected).
        See Also:
        Constant Field Values
      • Cell

        public static final long Cell
        A style appropriate for a cell which can be selected itself and also has nested children, where only taps on the outline disclosure will toggle the expansion state of the item; taps on the cell will select the item as normal.
        See Also:
        Constant Field Values