| Package | Description |
|---|---|
| com.vaadin.shared.ui.dnd | |
| com.vaadin.shared.ui.dnd.criteria |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Payload> |
DragSourceState.payload
Payload for comparing against acceptance criteria.
|
| Modifier and Type | Method and Description |
|---|---|
static Payload |
Payload.parse(String payloadString)
Parses a payload string and returns a payload object represented by that
string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Criterion.resolve(Collection<Payload> payloadCollection)
Compares this criterion's value to the given payload's value and returns
whether the result matches the criterion's operator.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.