Class UITreeDragDropConfiguration
java.lang.Object
net.datenwerke.gf.client.treedb.dnd.UITreeDragDropConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDropTarget(Class<? extends AbstractNodeDto> target, Class<? extends AbstractNodeDto>... dragTypes) Marks the target a drop target for the supplied types.voiddenyDragSource(Class<? extends AbstractNodeDto> target) voiddenyDropCombination(Class<? extends AbstractNodeDto> dropTarget, Class<? extends AbstractNodeDto>... dragSources) booleanisDropTarget(Class<? extends AbstractNodeDto> source, Class<? extends AbstractNodeDto> target)
-
Constructor Details
-
UITreeDragDropConfiguration
public UITreeDragDropConfiguration()
-
-
Method Details