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, onMovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelDrag, dragFinished, getLocation, handleMove, initializeDragprotected ConstrainedPositionHandler(IPositionHandler wrappedHandler)
ConstrainedPositionHandler class that delegates to the
wrappedHandler.wrappedHandler - The handler to wrap.