public class DropTargetState extends SharedState
| Modifier and Type | Field and Description |
|---|---|
List<Criterion> |
criteria
List of criteria to compare against the payload.
|
Criterion.Match |
criteriaMatch
Declares whether any or all of the given criteria should match the
payload.
|
String |
criteriaScript
Criteria script to allow drop event on the element.
|
DropEffect |
dropEffect
DataTransfer.dropEffect parameter for the drag event. |
enabled, registeredEventListeners, resources| Constructor and Description |
|---|
DropTargetState() |
public DropEffect dropEffect
DataTransfer.dropEffect parameter for the drag event.public String criteriaScript
public Criterion.Match criteriaMatch
Copyright © 2021 Vaadin Ltd. All rights reserved.