Package com.vaadin.client.ui.dd
Class VAcceptCriteria
- java.lang.Object
-
- com.vaadin.client.ui.dd.VAcceptCriteria
-
@Deprecated public class VAcceptCriteria extends Object
Deprecated.Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
A class via all AcceptCriteria instances are fetched by an identifier.- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static VAcceptCriterion
get(String name)
Deprecated.Returns the accept criterion that matches the given identifier.
-
-
-
Method Detail
-
get
public static VAcceptCriterion get(String name)
Deprecated.Returns the accept criterion that matches the given identifier.- Parameters:
name
- the identifier- Returns:
- the accept criterion
-
-