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

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

Introduction

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

Usage

From source file at.ait.dme.yuma.client.image.shape.handler.ShapeMouseListenerAdapter.java

/**
 * base class for shape mouse listeners
 * 
 * @author Christian Sadilek
 */
public abstract class ShapeMouseListenerAdapter implements MouseDownHandler, MouseMoveHandler {

From source file at.ait.dme.yuma.suite.apps.image.core.shared.shape.handler.ShapeMouseListenerAdapter.java

/**
 * base class for shape mouse listeners
 * 
 * @author Christian Sadilek
 */
public abstract class ShapeMouseListenerAdapter implements MouseDownHandler, MouseMoveHandler {

From source file com.alkacon.acacia.client.ValueFocusHandler.java

/**
 * The attribute value view highlighting handler.<p>
 */
public class ValueFocusHandler implements MouseOverHandler, MouseOutHandler, MouseDownHandler {

    /** The handler instance. */

From source file com.alkacon.geranium.client.dnd.DNDHandler.java

/**
 * Drag and drop handler.<p>
 */
public class DNDHandler implements MouseDownHandler {

    /** The allowed drag and drop orientation. */

From source file com.alkacon.geranium.client.ui.AreaSelectPanel.java

/**
 * Select area widget. Allows the user to select an area inside the widget.<p>
 */
public class AreaSelectPanel extends Composite implements HasWidgets, IndexedPanel,
        HasValueChangeHandlers<PositionBean>, HasMouseDownHandlers, HasMouseUpHandlers, HasClickHandlers,
        HasMouseMoveHandlers, MouseDownHandler, MouseUpHandler, MouseMoveHandler {

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.cms.gwt.fs.client.view.calendar.ExtMonthPanelDayPanel.java

public class ExtMonthPanelDayPanel extends DockPanel implements DayView, MouseDownHandler {

    private Label dayLabel = null;

    private FocusPanel clickPanel = new FocusPanel();

From source file com.edgenius.wiki.gwt.client.widgets.DialogBox.java

/**
 * 
 * This class override code from gwt.DialogBox to lightbox style DialogBox when calling showbox()/hidebox() method.
 * 
 * Another reason don't extends from gwt DialogBox directly is Caption need more complex element. This box support
 * Icon, Text and Close Button.

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,