Class UITableViewCellStyle


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

      Fields 
      Modifier and Type Field Description
      static long Default
      Simple cell with text label and optional image view (behavior of UITableViewCell in iPhoneOS 2.x)
      static long Subtitle
      Left aligned label on top and left aligned label on bottom with gray text (Used in iPod).
      static long Value1
      Left aligned label on left and right aligned label on right with blue text (Used in Settings)
      static long Value2
      Right aligned label on left with blue text and left aligned label on right (Used in Phone/Contacts)
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Default

        public static final long Default
        Simple cell with text label and optional image view (behavior of UITableViewCell in iPhoneOS 2.x)
        See Also:
        Constant Field Values
      • Value1

        public static final long Value1
        Left aligned label on left and right aligned label on right with blue text (Used in Settings)
        See Also:
        Constant Field Values
      • Value2

        public static final long Value2
        Right aligned label on left with blue text and left aligned label on right (Used in Phone/Contacts)
        See Also:
        Constant Field Values
      • Subtitle

        public static final long Subtitle
        Left aligned label on top and left aligned label on bottom with gray text (Used in iPod).
        See Also:
        Constant Field Values