| Package | Description |
|---|---|
| com.vaadin.shared.ui.dnd.criteria |
| Modifier and Type | Method and Description |
|---|---|
Payload.ValueType |
Payload.getValueType()
Gets the value type of this payload.
|
Payload.ValueType |
Criterion.getValueType()
Gets the type of the payload value to be compared.
|
static Payload.ValueType |
Payload.ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Payload.ValueType[] |
Payload.ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Payload.setValueType(Payload.ValueType valueType)
Sets the value type of this payload.
|
void |
Criterion.setValueType(Payload.ValueType valueType)
Sets the type of the payload value to be compared.
|
| Constructor and Description |
|---|
Payload(String key,
String value,
Payload.ValueType valueType)
Creates a payload object.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.