Package com.vaadin.v7.ui
Class AbstractSelect.TargetItemIs
- java.lang.Object
-
- com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
-
- com.vaadin.v7.ui.AbstractSelect.TargetItemIs
-
- All Implemented Interfaces:
AcceptCriterion,Serializable
- Enclosing class:
- AbstractSelect
@Deprecated public static class AbstractSelect.TargetItemIs extends ClientSideCriterion
Deprecated.Criterion which accepts a drop only if the drop target is (one of) the given Item identifier(s). Criterion can be used only on a drop targets that extends AbstractSelect likeTableandTree. The target and identifiers of valid Items are given in constructor.- Since:
- 6.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetItemIs(AbstractSelect select, Object... itemId)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanaccept(DragAndDropEvent dragEvent)Deprecated.-
Methods inherited from class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
getIdentifier, isClientSideVerifiable, paint, paintResponse
-
-
-
-
Constructor Detail
-
TargetItemIs
public TargetItemIs(AbstractSelect select, Object... itemId)
Deprecated.- Parameters:
select- the select implementation that is used as a drop targetitemId- the identifier(s) that are valid drop locations
-
-
Method Detail
-
accept
public boolean accept(DragAndDropEvent dragEvent)
Deprecated.
-
-