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

public abstract class AbstractWranglerGesture<A extends Annotation> extends Gesture
  • Field Details

    • grid

      protected final Grid grid
  • Constructor Details

    • AbstractWranglerGesture

      public AbstractWranglerGesture(A annotation, PointedEditEvent e)
  • Method Details

    • init

      protected void init()
      Description copied from class: Gesture
      Add your Dom-Handlers here
      Specified by:
      init in class Gesture
    • handleMove

      protected abstract void handleMove(Point2D current)
    • handleEnd

      protected void handleEnd(com.google.gwt.event.dom.client.DomEvent<?> event)
    • registerUndo

      protected void registerUndo()
    • getAnnotation

      public A getAnnotation()
    • getPage

      public Page getPage()
    • getPageView

      public PageView getPageView()