Class CPMessageTrailingItem


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

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

        public static final long Mute
        The list item will render with a mute glyph on the trailing side.
        See Also:
        Constant Field Values