Class UITextDropEditability


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

      Fields 
      Modifier and Type Field Description
      static long No
      A non-editable control will remain non-editable and the drop will not be allowed.
      static long Temporary
      A non-editable control will become editable for the drop only, but will be restored to non-editable afterwards.
      static long Yes
      A non-editable control will become editable and remain editable after the drop concludes.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • No

        public static final long No
        A non-editable control will remain non-editable and the drop will not be allowed.
        See Also:
        Constant Field Values
      • Temporary

        public static final long Temporary
        A non-editable control will become editable for the drop only, but will be restored to non-editable afterwards.
        See Also:
        Constant Field Values
      • Yes

        public static final long Yes
        A non-editable control will become editable and remain editable after the drop concludes.
        See Also:
        Constant Field Values