| Package | Description |
|---|---|
| com.vaadin.flow.component.dnd |
| Modifier and Type | Method and Description |
|---|---|
EffectAllowed |
DropEvent.getEffectAllowed()
Get the
effectAllowed set by the drag source. |
default EffectAllowed |
DragSource.getEffectAllowed()
Returns the allowed effects for the current drag source element.
|
static EffectAllowed |
EffectAllowed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectAllowed[] |
EffectAllowed.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 |
DragSource.setEffectAllowed(EffectAllowed effect)
Sets the allowed effects for the current drag source element.
|
Copyright © 2025. All rights reserved.