Package com.vaadin.client.ui.dd
Class VAcceptCriterionFactory
- java.lang.Object
-
- com.vaadin.client.ui.dd.VAcceptCriterionFactory
-
@Deprecated public abstract class VAcceptCriterionFactory extends Object
Deprecated.Replaced in 8.1 withDropTargetExtension#setDropCriteria(String)
Generated byAcceptCriteriaFactoryGenerator
.- Author:
- Vaadin Ltd
-
-
Constructor Summary
Constructors Constructor Description VAcceptCriterionFactory()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description abstract VAcceptCriterion
get(String name)
Deprecated.Returns the accept criterion that matches the given identifier.
-
-
-
Method Detail
-
get
public abstract VAcceptCriterion get(String name)
Deprecated.Returns the accept criterion that matches the given identifier.- Parameters:
name
- the identifier- Returns:
- the accept criterion
-
-