Package | Description |
---|---|
org.wicketstuff.jwicket.demo | |
org.wicketstuff.jwicket.ui.dragdrop |
Constructor and Description |
---|
DraggableAndDroppableElement(String id,
org.apache.wicket.model.IModel<String> model,
DraggablesAcceptedByDroppable accepted) |
DroppableElement(String id,
DraggablesAcceptedByDroppable accepted) |
DroppableElement(String id,
org.apache.wicket.model.IModel<String> model,
DraggablesAcceptedByDroppable accepted) |
Modifier and Type | Method and Description |
---|---|
DroppableBehavior |
DroppableBehavior.setDraggablesAcceptedByDroppable(DraggablesAcceptedByDroppable accepted)
You can restrict the
Component s that can be dragged and dropped to
a Component marked with this behavior. |
Copyright © 2015. All rights reserved.