public abstract class ConstrainedPositionHandler extends ConstrainedDragHandler<IPositionHandler> implements IPositionHandler
IPositionHandler
interface that can be used to constrain the position of an
item.Modifier | Constructor and Description |
---|---|
protected |
ConstrainedPositionHandler(IPositionHandler wrappedHandler)
Initializes a new instance of the
ConstrainedPositionHandler class that delegates to the
wrappedHandler . |
cancelDrag, constrainNewLocation, dragFinished, getLocation, getWrappedHandler, handleMove, initializeDrag, onCanceled, onFinished, onInitialized, onMoved
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancelDrag, dragFinished, getLocation, handleMove, initializeDrag
protected ConstrainedPositionHandler(IPositionHandler wrappedHandler)
ConstrainedPositionHandler
class that delegates to the
wrappedHandler
.wrappedHandler
- The handler to wrap.