public static interface DraggableAccessor.DraggableMutator
| Modifier and Type | Method and Description |
|---|---|
void |
draggable()
Same as setting
setDraggable(boolean) to true. |
void |
setDraggable(boolean isDraggable)
Sets the draggability for the draggable property.
|
void |
stationary()
Same as setting
setDraggable(boolean) to false. |
void setDraggable(boolean isDraggable)
isDraggable - The draggability to be stored by the draggability
property.void draggable()
setDraggable(boolean) to true.void stationary()
setDraggable(boolean) to false.Copyright © 2018. All rights reserved.