Example usage for com.google.gwt.event.dom.client TouchEndHandler interface-usage

List of usage examples for com.google.gwt.event.dom.client TouchEndHandler interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.event.dom.client TouchEndHandler interface-usage.

Usage

From source file ch.unifr.pai.twice.mousecontrol.client.TouchPadMobileWidget.java

/**
 * The touchpad for mobile devices (based on scrolling for better performance).
 * 
 * @author oli
 * 
 */

From source file ch.unifr.pai.twice.multipointer.controller.client.TouchPadMobileWidget.java

/**
 * The touchpad for mobile devices (based on scrolling for better performance).
 * 
 * @author oli
 * 
 */

From source file com.allen_sauer.gwt.dnd.client.MouseDragHandler.java

/**
 * Implementation helper class which handles mouse events for all draggable widgets for a given
 * {@link DragController}.
 */
class MouseDragHandler implements MouseMoveHandler, MouseDownHandler, MouseUpHandler, TouchStartHandler,
        TouchMoveHandler, TouchEndHandler, TouchCancelHandler {

From source file com.appkit.interactions.client.dnd.MouseDragHandler.java

/**
 * Implementation helper class which handles mouse events for all draggable widgets for a given
 * {@link com.appkit.interactions.client.dnd.DragController}.
 */
class MouseDragHandler implements MouseMoveHandler, MouseDownHandler, MouseUpHandler, TouchStartHandler,
        TouchMoveHandler, TouchEndHandler, TouchCancelHandler {

From source file com.appkit.ui.client.events.touch.TouchHandler.java

/**
 * Handler for all touch events
 *
 * @author Daniel Kurka
 */
public interface TouchHandler extends TouchStartHandler, TouchMoveHandler, TouchEndHandler, TouchCancelHandler {

From source file com.fullmetalgalaxy.client.game.board.WgtBoardBase.java

/**
 * @author Vincent Legendre
 *
 */
public abstract class WgtBoardBase extends FocusPanel
        implements ScrollListener, MouseDownHandler, MouseUpHandler, MouseOverHandler, MouseMoveHandler,

From source file com.fullmetalgalaxy.client.widget.WgtScroll.java

/**
 * @author Vincent Legendre
 *
 */
public class WgtScroll extends Composite
        implements SourcesScrollEvents, MouseDownHandler, MouseMoveHandler, MouseUpHandler, MouseOutHandler,

From source file com.google.code.gwt.crop.client.GWTCropper.java

/**
 * 
 * <h1>GWT Cropper</h1>
 * <p><b>GWT Cropper</b> - widget that allows you to select an area of a picture and get the coordinates of this selection. It is useful, if you want to crop a picture.</p>
 * 
 * <h1>Example</h1>

From source file com.googlecode.mgwt.dom.client.event.touch.TouchHandler.java

/**
 * Handler for all touch events
 *
 * @author Daniel Kurka
 */
public interface TouchHandler extends TouchStartHandler, TouchMoveHandler, TouchEndHandler, TouchCancelHandler {

From source file com.lushprojects.circuitjs1.client.Scrollbar.java

public class Scrollbar extends Composite implements ClickHandler, MouseDownHandler, MouseMoveHandler,
        MouseUpHandler, MouseOutHandler, MouseOverHandler, MouseWheelHandler, TouchStartHandler, TouchCancelHandler,
        TouchEndHandler, TouchMoveHandler {

    static int HORIZONTAL = 1;
    static int HMARGIN = 2;