Class UICellAccessoryDisplayedState


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

      Fields 
      Modifier and Type Field Description
      static long Always
      The accessory is always displayed.
      static long WhenEditing
      The accessory is displayed only when the cell is editing.
      static long WhenNotEditing
      The accessory is displayed only when the cell is not editing.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Always

        public static final long Always
        The accessory is always displayed.
        See Also:
        Constant Field Values
      • WhenEditing

        public static final long WhenEditing
        The accessory is displayed only when the cell is editing.
        See Also:
        Constant Field Values
      • WhenNotEditing

        public static final long WhenNotEditing
        The accessory is displayed only when the cell is not editing.
        See Also:
        Constant Field Values