Interface AttributeWriteMoveable


public interface AttributeWriteMoveable
Interface to read and write the movable flag.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setMovable(boolean movable)
    ATTENTION: Not all platforms may support changing this flag.
  • Method Details

    • isMovable

      boolean isMovable()
      Returns:
      true if this object can be moved by the end-user (by dragging around), false otherwise.
    • setMovable

      void setMovable(boolean movable)
      ATTENTION: Not all platforms may support changing this flag.
      Parameters:
      movable - is the new value of isMovable().