| Package | Description |
|---|---|
| com.vaadin.flow.component.dnd |
| Modifier and Type | Method and Description |
|---|---|
default DropEffect |
DropTarget.getDropEffect()
Returns the drop effect for the current drop target.
|
DropEffect |
DropEvent.getDropEffect()
Get the desired
dropEffect for the drop event. |
DropEffect |
DragEndEvent.getDropEffect()
Get drop effect of the dragend event.
|
static DropEffect |
DropEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DropEffect[] |
DropEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
DropTarget.setDropEffect(DropEffect dropEffect)
Sets the drop effect for the current drop target.
|
Copyright © 2025. All rights reserved.