Package com.vaadin.client.ui.dd
Class VTargetInSubtree
- java.lang.Object
-
- com.vaadin.client.ui.dd.VAcceptCriterion
-
- com.vaadin.client.ui.dd.VTargetInSubtree
-
public final class VTargetInSubtree extends VAcceptCriterion
-
-
Constructor Summary
Constructors Constructor Description VTargetInSubtree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
accept(VDragEvent drag, UIDL configuration)
-
Methods inherited from class com.vaadin.client.ui.dd.VAcceptCriterion
accept, needsServerSideCheck
-
-
-
-
Method Detail
-
accept
protected boolean accept(VDragEvent drag, UIDL configuration)
- Specified by:
accept
in classVAcceptCriterion
-
-