B
- The builder to return in order to be able to apply multiple
build operations.public static interface DraggableAccessor.DraggableBuilder<B extends DraggableAccessor.DraggableBuilder<B>>
Modifier and Type | Method and Description |
---|---|
B |
withDraggable()
Sets the draggability for the draggable property.
|
B |
withDraggable(boolean isDraggable)
Sets the draggability for the draggable property.
|
B |
withStationary()
Sets the draggability for the draggable property.
|
B withDraggable()
B withStationary()
B withDraggable(boolean isDraggable)
isDraggable
- The draggability to be stored by the draggability
property.Copyright © 2018. All rights reserved.