Class CPMessageLeadingItem


  • public final class CPMessageLeadingItem
    extends java.lang.Object
    Types of glyphs that may appear in the leading region of a message cell.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long None
      The list item will render without a leading glyph.
      static long Pin
      The list item will render with a pin glyph on the leading side.
      static long Star
      The list item will render with a star glyph on the leading side.
    • 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 leading glyph.
        See Also:
        Constant Field Values
      • Pin

        public static final long Pin
        The list item will render with a pin glyph on the leading side.
        See Also:
        Constant Field Values
      • Star

        public static final long Star
        The list item will render with a star glyph on the leading side.
        See Also:
        Constant Field Values