Class UICellConfigurationDragState


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

      Fields 
      Modifier and Type Field Description
      static long Dragging
      The cell is part of an active drag session.
      static long Lifting
      The cell is being lifted, before has joined a drag session.
      static long None
      The cell is not associated with 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
      • Lifting

        public static final long Lifting
        The cell is being lifted, before has joined a drag session.
        See Also:
        Constant Field Values
      • Dragging

        public static final long Dragging
        The cell is part of an active drag session.
        See Also:
        Constant Field Values