Class AbstractWranglerGesture<A extends Annotation>
java.lang.Object
com.levigo.jadice.web.client.util.Gesture
com.levigo.jadice.web.client.internal.annotation.AbstractWranglerGesture<A>
- Direct Known Subclasses:
LineAnnotationWrangler.DragHandleLineGesture
,RotateGesture
-
Nested Class Summary
Nested classes/interfaces inherited from class com.levigo.jadice.web.client.util.Gesture
Gesture.GestureHandler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPage()
protected void
handleEnd
(com.google.gwt.event.dom.client.DomEvent<?> event) protected abstract void
handleMove
(Point2D current) protected void
init()
Add your Dom-Handlers hereprotected void
Methods inherited from class com.levigo.jadice.web.client.util.Gesture
addDomHandler, addHandler, currentGestureStop, getDescription, getSnapToForSelection, onStart, onStop, start, stop
-
Field Details
-
grid
-
-
Constructor Details
-
AbstractWranglerGesture
-
-
Method Details
-
init
protected void init()Description copied from class:Gesture
Add your Dom-Handlers here -
handleMove
-
handleEnd
protected void handleEnd(com.google.gwt.event.dom.client.DomEvent<?> event) -
registerUndo
protected void registerUndo() -
getAnnotation
-
getPage
-
getPageView
-