Class UICellAccessoryPlacement


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

      Fields 
      Modifier and Type Field Description
      static long Leading
      Accessory placed on the leading edge.
      static long Trailing
      Accessory placed on the trailing edge.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Leading

        public static final long Leading
        Accessory placed on the leading edge.
        See Also:
        Constant Field Values
      • Trailing

        public static final long Trailing
        Accessory placed on the trailing edge.
        See Also:
        Constant Field Values