Uses of Class
com.vaadin.shared.ui.dnd.criteria.Payload
-
Packages that use Payload Package Description com.vaadin.shared.ui.dnd com.vaadin.shared.ui.dnd.criteria -
-
Uses of Payload in com.vaadin.shared.ui.dnd
Fields in com.vaadin.shared.ui.dnd with type parameters of type Payload Modifier and Type Field Description Map<String,Payload>DragSourceState. payloadPayload for comparing against acceptance criteria. -
Uses of Payload in com.vaadin.shared.ui.dnd.criteria
Methods in com.vaadin.shared.ui.dnd.criteria that return Payload Modifier and Type Method Description static PayloadPayload. parse(String payloadString)Parses a payload string and returns a payload object represented by that string.Method parameters in com.vaadin.shared.ui.dnd.criteria with type arguments of type Payload Modifier and Type Method Description booleanCriterion. 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.
-