Uses of Class
com.vaadin.shared.ui.dnd.criteria.Criterion.Match
-
Packages that use Criterion.Match Package Description com.vaadin.shared.ui.dnd com.vaadin.shared.ui.dnd.criteria -
-
Uses of Criterion.Match in com.vaadin.shared.ui.dnd
Fields in com.vaadin.shared.ui.dnd declared as Criterion.Match Modifier and Type Field Description Criterion.MatchDropTargetState. criteriaMatchDeclares whether any or all of the given criteria should match the payload. -
Uses of Criterion.Match in com.vaadin.shared.ui.dnd.criteria
Methods in com.vaadin.shared.ui.dnd.criteria that return Criterion.Match Modifier and Type Method Description static Criterion.MatchCriterion.Match. valueOf(String name)Returns the enum constant of this type with the specified name.static Criterion.Match[]Criterion.Match. values()Returns an array containing the constants of this enum type, in the order they are declared.
-