Interface DraggableAccessor.DraggableMutator

All Known Subinterfaces:
DraggableAccessor.DraggableProperty
Enclosing interface:
DraggableAccessor

public static interface DraggableAccessor.DraggableMutator
Provides a mutator for a draggable property.
  • Method Details

    • setDraggable

      void setDraggable(boolean isDraggable)
      Sets the draggability for the draggable property.
      Parameters:
      isDraggable - The draggability to be stored by the draggability property.
    • draggable

      void draggable()
      Same as setting setDraggable(boolean) to true.
    • stationary

      void stationary()
      Same as setting setDraggable(boolean) to false.