Class UICellConfigurationDropState


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

      Fields 
      Modifier and Type Field Description
      static long None
      The cell is not associated with a drag session.
      static long NotTargeted
      A drag session is active and may perform a drop in the cell's container, but the cell itself is not the drop target.
      static long Targeted
      The cell is the drop target for a drag session.
    • 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 cell is not associated with a drag session.
        See Also:
        Constant Field Values
      • NotTargeted

        public static final long NotTargeted
        A drag session is active and may perform a drop in the cell's container, but the cell itself is not the drop target.
        See Also:
        Constant Field Values
      • Targeted

        public static final long Targeted
        The cell is the drop target for a drag session.
        See Also:
        Constant Field Values