Package com.vaadin.v7.ui
Class Tree.TargetItemAllowsChildren
- java.lang.Object
-
- com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
-
- com.vaadin.event.dd.acceptcriteria.TargetDetailIs
-
- com.vaadin.v7.ui.Tree.TargetItemAllowsChildren
-
- All Implemented Interfaces:
AcceptCriterion,Serializable
- Enclosing class:
- Tree
@Deprecated public static class Tree.TargetItemAllowsChildren extends TargetDetailIs
Deprecated.A criterion that acceptsTransferableonly directly on a tree node that can have children.Class is singleton, use
get()to get the instance.- Since:
- 6.3
- See Also:
Tree.setChildrenAllowed(Object, boolean), Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanaccept(DragAndDropEvent dragEvent)Deprecated.static Tree.TargetItemAllowsChildrenget()Deprecated.-
Methods inherited from class com.vaadin.event.dd.acceptcriteria.TargetDetailIs
getIdentifier, paintContent
-
Methods inherited from class com.vaadin.event.dd.acceptcriteria.ClientSideCriterion
isClientSideVerifiable, paint, paintResponse
-
-
-
-
Method Detail
-
get
public static Tree.TargetItemAllowsChildren get()
Deprecated.
-
accept
public boolean accept(DragAndDropEvent dragEvent)
Deprecated.- Specified by:
acceptin interfaceAcceptCriterion- Overrides:
acceptin classTargetDetailIs
-
-