Class CPListItemAccessoryType


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

      Fields 
      Modifier and Type Field Description
      static long Cloud
      The list item will display a cloud image on its trailing side, perhaps indicating remotely-available content.
      static long DisclosureIndicator
      The list item will display a disclosure indicator on its trailing side.
      static long None
      The list item will render without a trailing accessory, or using your custom image.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • None

        public static final long None
        The list item will render without a trailing accessory, or using your custom image.
        See Also:
        Constant Field Values
      • DisclosureIndicator

        public static final long DisclosureIndicator
        The list item will display a disclosure indicator on its trailing side.
        See Also:
        Constant Field Values
      • Cloud

        public static final long Cloud
        The list item will display a cloud image on its trailing side, perhaps indicating remotely-available content.
        See Also:
        Constant Field Values